Method OnGraphStart
OnGraphStart(Playable)
This function is called when the PlayableGraph that owns this PlayableBehaviour starts.
선언
public override void OnGraphStart(Playable playable)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Playable | playable | The playable this behaviour is attached to. |