Version: 2022.3
言語: 日本語
public void OnGraphStart (Playables.Playable playable);

パラメーター

playable The Playable that owns the current PlayableBehaviour.

説明

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.