AnimationPlayableOutputExtensions
Static class providing experimental extension methods for AnimationPlayableOutput.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Experimental.Animations
- Assembly: UnityEngine.AnimationModule
public static class AnimationPlayableOutputExtensions
Remarks
The extension methods in this class can directly be used on an AnimationPlayableOutput.
Additional Resources: AnimationPlayableOutput.
Static Methods
Method | Description |
|---|---|
| GetAnimationStreamSource | Gets the stream source of the specified AnimationPlayableOutput. |
| GetSortingOrder | Gets the priority index of the specified AnimationPlayableOutput. |
| SetAnimationStreamSource | Sets the stream source for the specified AnimationPlayableOutput. |
| SetSortingOrder | Sets the sorting order for the specified AnimationPlayableOutput. |