Kanda Players 0.7.0
|
Signals that an entity should be moved with OpenXr HMD. More...
Public Member Functions | |
void | Dispose () |
Public Attributes | |
OpenXrHmdCameraUpdater | HmdCameraUpdater |
Signals that an entity should be moved with OpenXr HMD.
Because HMD input latency is critical for comfort, this component has a reference to a managed OpenXrHmdCameraUpdater which will update the main camera transform to match the HMD right before render.
For this reason, this component should not be used together with the ControlMainCamera component which updates in the regular ECS simulation loop.