Class HPReverbG2ControllerProfile
This OpenXRInteractionFeature enables the use of HP Reverb G2 Controller interaction profiles in OpenXR.
Inheritance
Inherited Members
Namespace: UnityEngine.XR.OpenXR.Features.Interactions
Assembly: Unity.XR.OpenXR.dll
Syntax
public class HPReverbG2ControllerProfile : OpenXRInteractionFeature
Fields
aim
Constant for a pose interaction binding '.../input/aim/pose' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs.
Declaration
public const string aim = "/input/aim/pose"
Field Value
Type | Description |
---|---|
string |
buttonA
Constant for a boolean interaction binding '.../input/a/click' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. This binding is only available for the rightHand user path.
Declaration
public const string buttonA = "/input/a/click"
Field Value
Type | Description |
---|---|
string |
buttonB
Constant for a boolean interaction binding '..."/input/b/click' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. This binding is only available for the rightHand user path.
Declaration
public const string buttonB = "/input/b/click"
Field Value
Type | Description |
---|---|
string |
buttonX
Constant for a boolean interaction binding '.../input/x/click' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. This binding is only available for the leftHand user path.
Declaration
public const string buttonX = "/input/x/click"
Field Value
Type | Description |
---|---|
string |
buttonY
Constant for a boolean interaction binding '.../input/y/click' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. This binding is only available for the leftHand user path.
Declaration
public const string buttonY = "/input/y/click"
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 = "com.unity.openxr.feature.input.hpreverb"
Field Value
Type | Description |
---|---|
string |
grip
Constant for a pose interaction binding '.../input/grip/pose' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs.
Declaration
public const string grip = "/input/grip/pose"
Field Value
Type | Description |
---|---|
string |
haptic
Constant for a haptic interaction binding '.../output/haptic' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs.
Declaration
public const string haptic = "/output/haptic"
Field Value
Type | Description |
---|---|
string |
menu
Constant for a boolean interaction binding '.../input/menu/click' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs.
Declaration
public const string menu = "/input/menu/click"
Field Value
Type | Description |
---|---|
string |
profile
The interaction profile string used to reference the HP Reverb G2 Controller.
Declaration
public const string profile = "/interaction_profiles/hp/mixed_reality_controller"
Field Value
Type | Description |
---|---|
string |
squeeze
Constant for a float interaction binding '.../input/squeeze/value' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs.
Declaration
public const string squeeze = "/input/squeeze/value"
Field Value
Type | Description |
---|---|
string |
thumbstick
Constant for a Vector2 interaction binding '.../input/thumbstick' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs.
Declaration
public const string thumbstick = "/input/thumbstick"
Field Value
Type | Description |
---|---|
string |
thumbstickClick
Constant for a boolean interaction binding '.../input/thumbstick/click' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs.
Declaration
public const string thumbstickClick = "/input/thumbstick/click"
Field Value
Type | Description |
---|---|
string |
trigger
Constant for a float interaction binding '.../input/trigger/value' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs.
Declaration
public const string trigger = "/input/trigger/value"
Field Value
Type | Description |
---|---|
string |
Methods
GetDeviceLayoutName()
Return device layout string that used for registering device for Input System.
Declaration
protected override string GetDeviceLayoutName()
Returns
Type | Description |
---|---|
string | Device layout string. |
Overrides
OnInstanceCreate(ulong)
Called after xrCreateInstance.
Declaration
protected override bool OnInstanceCreate(ulong instance)
Parameters
Type | Name | Description |
---|---|---|
ulong | instance |
Returns
Type | Description |
---|---|
bool | Always returns true, as this is intended to be overridden. |
Overrides
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 HPReverbG2ControllerProfile.ReverbG2Controller layout with the Input System.
Declaration
protected override void RegisterDeviceLayout()
Overrides
UnregisterDeviceLayout()
Removes the HPReverbG2ControllerProfile.ReverbG2Controller layout from the Input System.
Declaration
protected override void UnregisterDeviceLayout()