Version: 2022.3
言語: 日本語
public void OnBehaviourPause (Playables.Playable playable, Playables.FrameData info);

パラメーター

playable The Playable that owns the current PlayableBehaviour.
info A FrameData structure that contains information about the current frame context.

説明

This method is invoked when one of the following situations occurs:

The effective play state during traversal is changed to PlayState.Paused. This state is indicated by FrameData.effectivePlayState.

The PlayableGraph is stopped while the playable play state is Playing. This state is indicated by PlayableGraph.IsPlaying returning true.