Method PrepareFrame
PrepareFrame(Playable, FrameData)
This method is called during the PrepareFrame phase of the PlayableGraph.
선언
public override void PrepareFrame(Playable playable, FrameData info)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Playable | playable | The reference to the playable associated with this PlayableBehaviour. |
FrameData | info | Playable context information such as weight, evaluationType, and so on. |
오버라이드
참고
Called once before processing starts.