A IPlayableOutput implementation that connects the PlayableGraph to an Animator in the Scene.
NOTE: You can use PlayableOutputExtensions methods on AnimationPlayableOutput objects.
| Method | Description |
|---|---|
| GetAnimationStreamSource | Gets the stream source of the specified AnimationPlayableOutput. |
| GetSortingOrder | Gets the priority index of the specified AnimationPlayableOutput. |
| GetTarget | Returns the Animator that plays the animation graph. |
| SetAnimationStreamSource | Sets the stream source for the specified AnimationPlayableOutput. |
| SetSortingOrder | Sets the sorting order for the specified AnimationPlayableOutput. |
| SetTarget | Sets the Animator that plays the animation graph. |
| Method | Description |
|---|---|
| Create | Creates an AnimationPlayableOutput in the PlayableGraph. |