Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX