Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.Experimental.Director
/
Inherits from:Experimental.Director.Playable
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.
CloseBase class for all user-defined playables.
OnDestroy | Called when the Playable is destroyed. |
OnGraphStart | Called when the PlayableGraph this Playable is owned by starts playing. |
OnGraphStop | Called when the PlayableGraph this Playable is owned by is stopped. |
OnPlayStateChanged | Override this method to perform custom operations when the PlayState changes. |
PrepareFrame | Called during evaluation of the PlayableGraph. |
ProcessFrame | The ProcessFrame is the stage at which your Playable should do its work. |
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 |