Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.Experimental.Director
/
Inherits from:Experimental.Director.AnimationPlayable
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.
ClosePlayable used to mix AnimationPlayables when used in Layers.
Used internally by the AnimatorControllerPlayable to drive layer-specific mixing.
handle | Returns the PlayableHandle for this playable. |
IsValid | Returns true if the Playable is valid. A playable can be invalid if it was disposed. This is different from a Null playable. |
OnSetPlayState | Callback called when the PlayState has changed |
OnSetTime | Callback called when the current time has changed |
PrepareFrame | Prepares the Playable tree for the next frame. PrepareFrame is called before the tree is evaluated. |