OnGraphStart(Playable)
This function is called when the PlayableGraph that owns this PlayableBehaviour starts.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public virtual void OnGraphStart(Playable playable)
Parameters
Remarks
OnGraphStart is called when the graph starts playing, or on the first invocation of PlayableGraph.Evaluate. Each call to OnGraphStart is paired with PlayableBehaviour.OnGraphStop.