Method ProcessFrame
ProcessFrame(Playable, FrameData, object)
This function is called during the ProcessFrame phase of the PlayableGraph.
Declaration
public virtual void ProcessFrame(Playable playable, FrameData info, object playerData)
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.  | 
    
| object | playerData | The user data of the ScriptPlayableOutput that initiated the process pass.  |