Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnGraphStart(Playable)

This function is called when the PlayableGraph that owns this PlayableBehaviour starts.
Read time 1 minuteLast updated 8 days ago

Definition

public virtual void OnGraphStart(Playable playable)

Parameters

playable

The Playable that owns the current PlayableBehaviour.

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.