Method ProcessFrame
ProcessFrame(Playable, FrameData, object)
This function is called during the ProcessFrame phase of the PlayableGraph.
선언
public virtual void ProcessFrame(Playable playable, FrameData info, object playerData)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| 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. |