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