Class XRInputTrackingAggregator.Characteristics
Provides shortcut properties for describing XR module input device characteristics for common XR devices.
Inherited Members
Namespace: UnityEngine .XR.Interaction.Toolkit.Inputs
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public static class XRInputTrackingAggregator.Characteristics
Properties
eyeGaze
Eye gaze characteristics.
Head|
Eye|
Tracked
Declaration
public static InputDeviceCharacteristics eyeGaze { get; }
Property Value
Type | Description |
---|---|
Input |
hmd
HMD characteristics.
Head|
Tracked
Declaration
public static InputDeviceCharacteristics hmd { get; }
Property Value
Type | Description |
---|---|
Input |
leftController
Left controller characteristics.
Held|
Tracked|
Controller |
Left
Declaration
public static InputDeviceCharacteristics leftController { get; }
Property Value
Type | Description |
---|---|
Input |
leftTrackedHand
Left tracked hand characteristics.
Hand|
Tracked|
Left
Declaration
public static InputDeviceCharacteristics leftTrackedHand { get; }
Property Value
Type | Description |
---|---|
Input |
rightController
Right controller characteristics.
Held|
Tracked|
Controller |
Right
Declaration
public static InputDeviceCharacteristics rightController { get; }
Property Value
Type | Description |
---|---|
Input |
rightTrackedHand
Right tracked hand characteristics.
Hand|
Tracked|
Right
Declaration
public static InputDeviceCharacteristics rightTrackedHand { get; }
Property Value
Type | Description |
---|---|
Input |