Method PrepareFrame
PrepareFrame(Playable, FrameData)
This method is called during the PrepareFrame phase of the PlayableGraph.
Declaration
public override void PrepareFrame(Playable playable, FrameData info)
Parameters
| Type | Name | Description | 
|---|---|---|
| Playable | playable | The reference to the playable associated with this PlayableBehaviour.  | 
    
| FrameData | info | Playable context information such as weight, evaluationType, and so on.  | 
    
Overrides
Remarks
Called once before processing starts.