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.