Method PrepareFrame
PrepareFrame(Playable, FrameData)
Overridden to handle synchronizing time on the timeline instance.
선언
public override void PrepareFrame(Playable playable, FrameData info)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Playable | playable | The Playable that owns the current PlayableBehaviour. |
FrameData | info | A FrameData structure that contains information about the current frame context. |