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