docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XRInputTrackingAggregator.Characteristics

    Provides shortcut properties for describing XR module input device characteristics for common XR devices.

    Inheritance
    object
    XRInputTrackingAggregator.Characteristics
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    public static class XRInputTrackingAggregator.Characteristics

    Properties

    eyeGaze

    Eye gaze characteristics. HeadMounted | EyeTracking | TrackedDevice

    Declaration
    public static InputDeviceCharacteristics eyeGaze { get; }
    Property Value
    Type Description
    InputDeviceCharacteristics

    hmd

    HMD characteristics. HeadMounted | TrackedDevice

    Declaration
    public static InputDeviceCharacteristics hmd { get; }
    Property Value
    Type Description
    InputDeviceCharacteristics

    leftController

    Left controller characteristics. HeldInHand | TrackedDevice | Controller | Left

    Declaration
    public static InputDeviceCharacteristics leftController { get; }
    Property Value
    Type Description
    InputDeviceCharacteristics

    leftTrackedHand

    Left tracked hand characteristics. HandTracking | TrackedDevice | Left

    Declaration
    public static InputDeviceCharacteristics leftTrackedHand { get; }
    Property Value
    Type Description
    InputDeviceCharacteristics

    rightController

    Right controller characteristics. HeldInHand | TrackedDevice | Controller | Right

    Declaration
    public static InputDeviceCharacteristics rightController { get; }
    Property Value
    Type Description
    InputDeviceCharacteristics

    rightTrackedHand

    Right tracked hand characteristics. HandTracking | TrackedDevice | Right

    Declaration
    public static InputDeviceCharacteristics rightTrackedHand { get; }
    Property Value
    Type Description
    InputDeviceCharacteristics
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)