HolographicFrameRenderingReport.SystemRelativeFrameReadyTime 属性

定义

获取系统建议的时间,在该时间开始呈现依赖于头部姿势的 全息帧 。 这是取消阻止 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

属性值

系统建议的时间,此时应开始呈现依赖于头部姿势的 全息帧

适用于

另请参阅