Method OnBehaviourPause
OnBehaviourPause(Playable, FrameData)
This function is called when the Playable play state is changed to Playables.PlayState.Paused.
선언
public virtual void OnBehaviourPause(Playable playable, FrameData info)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Playable | playable | The Playable that owns the current PlayableBehaviour. |
| FrameData | info | A FrameData structure that contains information about the current frame context. |
구현
UnityEngine.Playables.IPlayableBehaviour.OnBehaviourPause(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData)