Search Results for

    Show / Hide Table of Contents

    Enum XRTrackedDeviceType

    Enumeration for tracked device types.

    Namespace: Evergine.Framework.XR.TrackedDevices
    Assembly: Evergine.Framework.dll
    Syntax
    public enum XRTrackedDeviceType : byte

    Fields

    Name Description
    Controller

    The device is a controller.

    DisplayRedirect

    Accessories that aren't necessarily tracked themselves but may redirect video output from other tracked devices.

    GenericTracker

    The device is a tracker.

    HMD

    The device is an HMD (Head-Mounted Display).

    Hand

    The device is a hand.

    Invalid

    Invalid device.

    TrackingReference

    The device is a camera, base station, or another device that supplies tracking ground truth.

    Extension Methods

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