Method PrepareFrame
PrepareFrame(Playable, FrameData)
This function is called during the PrepareFrame phase of the PlayableGraph.
Declaration
public virtual void PrepareFrame(Playable playable, FrameData info)
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. |
Implements
UnityEngine.Playables.IPlayableBehaviour.PrepareFrame(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData)