Method OnPlayableCreate
OnPlayableCreate(Playable)
This function is called when the Playable that owns the PlayableBehaviour is created.
Declaration
public virtual void OnPlayableCreate(Playable playable)
Parameters
Type | Name | Description |
---|---|---|
Playable | playable | The Playable that owns the current PlayableBehaviour. |
Implements
UnityEngine.Playables.IPlayableBehaviour.OnPlayableCreate(UnityEngine.Playables.Playable)