Method OnBehaviourPlay
OnBehaviourPlay(Playable, FrameData)
This function is called when the Playable play state is changed to Playables.PlayState.Playing.
선언
public override void OnBehaviourPlay(Playable playable, FrameData info)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Playable | playable | The playable this behaviour is attached to. |
FrameData | info | The information about this frame |