docs.unity.cn
    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
    Generated by DocFX
    on Tuesday, August 22, 2023