implicit operator Playable(AnimationScriptPlayable)
Operator to down-cast an AnimationScriptPlayable to a Playable.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Operator
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
implicit operator Playable(Playabl)
public static implicit operator Playable(AnimationScriptPlayable playable)
Parameters
The AnimationScriptPlayable to down-cast.
Returns
Type | Description |
|---|---|
| Playable |
Remarks
Specific playable types can be casted to simple Playable.
This cast operation is implicit.