SimulationUpdateResult 结构

定义

使用 时 GraphicsBindingSimD3d11 ,此结构的 对象将在成功调用 Update(SimulationUpdateParameters, SimulationUpdateResult)后包含结果。

public value class SimulationUpdateResult
public struct SimulationUpdateResult
type SimulationUpdateResult = struct
Public Structure SimulationUpdateResult
继承
SimulationUpdateResult

字段

FarPlaneDistance

) 相机远距剪切平面的距离 (米。

FieldOfView

相机视野 (平移和旋转) 。 对于单声道呈现,只有左侧的视野有效。

FrameId

帧计数器,应递增每个帧。

NearPlaneDistance

距离 () 相机的近剪裁平面。

ViewTransform

相机转换矩阵 (平移和旋转) 。 对于单声道呈现,只有左侧矩阵有效。

适用于

另请参阅