AnimationPlayableOutput
A IPlayableOutput implementation that connects the PlayableGraph to an Animator in the Scene.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
- Implements: IPlayableOutput
public struct AnimationPlayableOutput : IPlayableOutput
Remarks
NOTE: You can use PlayableOutputExtensions methods on AnimationPlayableOutput objects.
Methods
Method | Description |
|---|---|
| GetTarget | Returns the Animator that plays the animation graph. |
| SetTarget | Sets the Animator that plays the animation graph. |
Static Methods
Method | Description |
|---|---|
| Create | Creates an AnimationPlayableOutput in the PlayableGraph. |