Method ProcessFrame
ProcessFrame(Playable, FrameData, object)
This function is called during the ProcessFrame phase of the PlayableGraph.
Declaration
public override void ProcessFrame(Playable playable, FrameData info, object userData)
Parameters
| Type | Name | Description | 
|---|---|---|
| Playable | playable | The playable this behaviour is attached to.  | 
    
| FrameData | info | A FrameData structure that contains information about the current frame context.  | 
    
| object | userData | unused  |