docs.unity3d.com
    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.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs
    Syntax
    public static class 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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023