Method OnBehaviourPause
OnBehaviourPause(Playable, FrameData)
This function is called when the Playable play state is changed to PlayState.Paused.
Declaration
public override void OnBehaviourPause(Playable playable, FrameData info)
Parameters
| Type | Name | Description |
|---|---|---|
| Playable | playable | The playable this behaviour is attached to. |
| FrameData | info | A FrameData structure that contains information about the current frame context. |