public void OnGraphStart (Playables.Playable playable);

Parámetros

playableThe Playable that owns the current PlayableBehaviour.

Descripción

This function is called when the PlayableGraph that owns this PlayableBehaviour starts.

OnGraphStart is called when the graph starts playing, or on the first invocation of PlayableGraph.Evaluate. Each call to OnGraphStart is paired with OnGraphStop.