Select your preferred scripting language. All code snippets will be displayed in this language.
struct in UnityEngine.Experimental.Director
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseAnimation output for the PlayableGraph. Defines how a Playable is connected to an Animator.
A branch of a PlayableGraph must be connected to an output to be evaluated.
Null | Used to compare against AnimationPlayableOutput instances to check their validity. |
sourcePlayable | The Playable that is bound to the output. |
target | The Animator component that is bound to this output. |
userData | Used to pass custom data to ScriptPlayable.ProcessFrame. |
weight | The blend weight of the sourcePlayable to the animator. |
IsValid | Returns true if the PlayableOutput has been properly constructed by the PlayableGraph and has not been destroyed. |