terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
UnityEngine.Playables.IPlayableBehaviour Interface Reference
+ Inheritance diagram for UnityEngine.Playables.IPlayableBehaviour:
+ Collaboration diagram for UnityEngine.Playables.IPlayableBehaviour:

Public Member Functions

void OnGraphStart (Playable playable)
 
void OnGraphStop (Playable playable)
 
void OnPlayableCreate (Playable playable)
 
void OnPlayableDestroy (Playable playable)
 
void OnBehaviourPlay (Playable playable, FrameData info)
 
void OnBehaviourPause (Playable playable, FrameData info)
 
void PrepareFrame (Playable playable, FrameData info)
 
void ProcessFrame (Playable playable, FrameData info, object playerData)
 

Detailed Description

Definition at line 8 of file IPlayableBehaviour.cs.


The documentation for this interface was generated from the following file: