Method OnBehaviourPlay
OnBehaviourPlay(Playable, FrameData)
This function is called when the Playable play state is changed to Playables.PlayState.Playing.
Declaration
public virtual void OnBehaviourPlay(Playable playable, FrameData info)
Parameters
| Type | Name | Description | 
|---|---|---|
| Playable | playable | The Playable that owns the current PlayableBehaviour.  | 
    
| FrameData | info | A FrameData structure that contains information about the current frame context.  | 
    
Implements
UnityEngine.Playables.IPlayableBehaviour.OnBehaviourPlay(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData)