Share via


HolographicFrameRenderingReport.SystemRelativeFrameReadyTime プロパティ

定義

頭の姿勢に依存する HolographicFrame のレンダリングを開始する必要があるシステム推奨時刻を取得します。 HolographicSpace.WaitForNextFrameReady メソッドのブロックが解除されるのと同じ時刻です。

public:
 property TimeSpan SystemRelativeFrameReadyTime { TimeSpan get(); };
TimeSpan SystemRelativeFrameReadyTime();
public System.TimeSpan SystemRelativeFrameReadyTime { get; }
var timeSpan = holographicFrameRenderingReport.systemRelativeFrameReadyTime;
Public ReadOnly Property SystemRelativeFrameReadyTime As TimeSpan

プロパティ値

頭の姿勢に依存する HolographicFrame のレンダリングを開始する必要があるシステム推奨時刻。

適用対象

こちらもご覧ください