Class ValveIndexControllerProfile
This OpenXRInteractionFeature enables the use of Valve Index Controllers interaction profiles in OpenXR.
Inheritance
Inherited Members
Namespace: UnityEngine.XR.OpenXR.Features.Interactions
Assembly: solution.dll
Syntax
public class ValveIndexControllerProfile : OpenXRInteractionFeature
Fields
| Name | Description |
|---|---|
| aim | Constant for a pose interaction binding '.../input/aim/pose' OpenXR Input Binding. |
| buttonA | Constant for a boolean interaction binding '.../input/a/click' OpenXR Input Binding. |
| buttonATouch | Constant for a boolean interaction binding '.../input/a/touch' OpenXR Input Binding. |
| buttonB | Constant for a boolean interaction binding '.../input/b/click' OpenXR Input Binding. |
| buttonBTouch | Constant for a boolean interaction binding '.../input/b/touch' OpenXR Input Binding. |
| featureId | The feature id string. This is used to give the feature a well known id for reference. |
| grip | Constant for a pose interaction binding '.../input/grip/pose' OpenXR Input Binding. |
| haptic | Constant for a haptic interaction binding '.../output/haptic' OpenXR Input Binding. |
| profile | The interaction profile string used to reference the Valve Index Controller. |
| squeeze | Constant for a float interaction binding '.../input/squeeze/value' OpenXR Input Binding. |
| squeezeForce | Constant for a float interaction binding '.../input/squeeze/force' OpenXR Input Binding. |
| system | Constant for a boolean interaction binding '.../input/system/click' OpenXR Input Binding. |
| systemTouch | Constant for a boolean interaction binding '.../input/system/touch' OpenXR Input Binding. |
| thumbstick | Constant for a Vector2 interaction binding '.../input/thumbstick' OpenXR Input Binding. |
| thumbstickClick | Constant for a boolean interaction binding '.../input/thumbstick/click' OpenXR Input Binding. |
| thumbstickTouch | Constant for a boolean interaction binding '.../input/thumbstick/touch' OpenXR Input Binding. |
| trackpad | Constant for a Vector2 interaction binding '.../input/trackpad' OpenXR Input Binding. |
| trackpadForce | Constant for a float interaction binding '.../input/trackpad/force' OpenXR Input Binding. |
| trackpadTouch | Constant for a boolean interaction binding '.../input/trackpad/touch' OpenXR Input Binding. |
| trigger | Constant for a float interaction binding '.../input/trigger/value' OpenXR Input Binding. |
| triggerClick | Constant for a boolean interaction binding '.../input/trigger/click' OpenXR Input Binding. |
| triggerTouch | Constant for a boolean interaction binding '.../input/trigger/touch' OpenXR Input Binding. |
Methods
| Name | Description |
|---|---|
| GetDeviceLayoutName() | Return device layout string that used for registering device for the Input System. |
| RegisterActionMapsWithRuntime() | Register action maps for this device with the OpenXR Runtime. Called at runtime before Start. |
| RegisterDeviceLayout() | Registers the ValveIndexControllerProfile.ValveIndexController layout with the Input System. |
| UnregisterDeviceLayout() | Removes the ValveIndexControllerProfile.ValveIndexController layout from the Input System. |