Class KHRSimpleControllerProfile
This Open
Inheritance
Inherited Members
Namespace: UnityEngine .XR.OpenXR .Features.Interactions
Assembly: solution.dll
Syntax
public class KHRSimpleControllerProfile : OpenXRInteractionFeature
Fields
Name | Description |
---|---|
aim | Constant for a pose interaction binding '.../input/aim/pose' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. |
feature |
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. Used by input subsystem to bind actions to physical inputs. |
haptic | Constant for a haptic interaction binding '.../input/output/haptic' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. |
menu | Constant for a boolean interaction binding '.../input/menu/click' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. |
profile | OpenXR string that represents the Interaction Profile. |
select | Constant for a boolean interaction binding '.../input/select/click' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. |
Methods
Name | Description |
---|---|
Get |
Return device layout string that used for registering device for the Input System. |
Register |
Register action maps for this device with the OpenXR Runtime. Called at runtime before Start. |
Register |
Registers the KHRSimple |
Unregister |
Removes the KHRSimple |