Version: 5.6
Experimental: this API is experimental and might be changed or removed in the future.

ScriptPlayable.OnGraphStart

マニュアルに切り替える
public void OnGraphStart ();

説明

Called when the PlayableGraph this Playable is owned by starts playing.

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