Interface IPlayableBehaviour
  
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public interface IPlayableBehaviour
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnBehaviourPause(Playable, FrameData)
  
  
  Declaration
  
    void OnBehaviourPause(Playable playable, FrameData info)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnBehaviourPlay(Playable, FrameData)
  
  
  Declaration
  
    void OnBehaviourPlay(Playable playable, FrameData info)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnGraphStart(Playable)
  
  
  Declaration
  
    void OnGraphStart(Playable playable)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnGraphStop(Playable)
  
  
  Declaration
  
    void OnGraphStop(Playable playable)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnPlayableCreate(Playable)
  
  
  Declaration
  
    void OnPlayableCreate(Playable playable)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnPlayableDestroy(Playable)
  
  
  Declaration
  
    void OnPlayableDestroy(Playable playable)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PrepareFrame(Playable, FrameData)
  
  
  Declaration
  
    void PrepareFrame(Playable playable, FrameData info)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ProcessFrame(Playable, FrameData, Object)
  
  
  Declaration
  
    void ProcessFrame(Playable playable, FrameData info, object playerData)
   
  Parameters
  
  Extension Methods