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