Version: 5.6
Experimental: this API is experimental and might be changed or removed in the future.

FrameData

struct in UnityEngine.Experimental.Director

マニュアルに切り替える

説明

この構造体は Playable.PrepareFrame で受信するフレーム情報 Playable が含まれています。

変数

deltaTimeこのフレームと前のフレーム間の時間差
effectiveSpeedThe accumulated speed of the Playable during the PlayableGraph traversal.
effectiveWeightThe accumulated weight of the Playable during the PlayableGraph traversal.
evaluationTypeIndicates the type of evaluation that caused PlayableGraph.PrepareFrame to be called.
frameIdThe current frame identifier.
seekOccurredIndicates that the local time was explicitly set.
weightThe weight of the current Playable.