Class KHRSimpleControllerProfile
This OpenXRInteractionFeature enables the use of KHR Simple Controllers interaction profiles in OpenXR.
Inheritance
Inherited Members
Namespace: UnityEngine.XR.OpenXR.Features.Interactions
Assembly: Unity.XR.OpenXR.dll
Syntax
public class KHRSimpleControllerProfile : 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 |
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.khrsimpleprofile"
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 '.../input/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
OpenXR string that represents the Interaction Profile.
Declaration
public const string profile = "/interaction_profiles/khr/simple_controller"
Field Value
Type | Description |
---|---|
string |
select
Constant for a boolean interaction binding '.../input/select/click' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs.
Declaration
public const string select = "/input/select/click"
Field Value
Type | Description |
---|---|
string |
Methods
GetDeviceLayoutName()
Return device layout string that used for registering device for the Input System.
Declaration
protected override string GetDeviceLayoutName()
Returns
Type | Description |
---|---|
string | Device layout string. |
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 KHRSimpleControllerProfile.KHRSimpleController layout with the Input System.
Declaration
protected override void RegisterDeviceLayout()
Overrides
UnregisterDeviceLayout()
Removes the KHRSimpleControllerProfile.KHRSimpleController layout from the Input System.
Declaration
protected override void UnregisterDeviceLayout()