Method OnBehaviourPause
OnBehaviourPause(Playable, FrameData)
This method is called when the Playable play state is changed to PlayState.Paused
선언
public override void OnBehaviourPause(Playable playable, FrameData info)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Playable | playable | The reference to the playable associated with this PlayableBehaviour. |
FrameData | info | Playable context information such as weight, evaluationType, and so on. |