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