Method OnGraphStop
OnGraphStop(Playable)
This function is called when the PlayableGraph that owns this PlayableBehaviour stops.
선언
public virtual void OnGraphStop(Playable playable)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Playable | playable | The Playable that owns the current PlayableBehaviour. |
구현
UnityEngine.Playables.IPlayableBehaviour.OnGraphStop(UnityEngine.Playables.Playable)