Enum TrackXRDevice.XRTrackingLostMode
Describe how a controller will behave if the tracking is lost.
Namespace: Evergine.Components.XR
Assembly: Evergine.Components.dll
Syntax
public enum TrackXRDevice.XRTrackingLostMode
Fields
| Name | Description |
|---|---|
| DisableEntityOnDisconnection | Disable the entity when the controller is not connected. |
| DisableEntityOnPoseInvalid | Disable the entity when the pose is invalid. |
| KeepLastPose | Keep the last pose detected |