Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

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