Class HandCommonPosesInteraction
This Open
Inheritance
Inherited Members
Namespace: UnityEngine .XR.OpenXR .Features.Interactions
Assembly: solution.dll
Syntax
public class HandCommonPosesInteraction : 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. |
extension |
The OpenXR Extension string. This is used by OpenXR to check if this extension is available or enabled. /// |
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. |
pinch | Constant for a pose interaction binding '.../input/pinch_ext/pose' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. |
poke | Constant for a pose interaction binding '.../input/poke_ext/pose' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. |
profile | The interaction profile string used to reference Hand Common Poses feature. |
Methods
Name | Description |
---|---|
Get |
Return device layout string that used to register device in InputSystem. |
Get |
Return Interaction profile type. Hand common poses profile is Device type. |
On |
Called after xrCreateInstance. |
Register |
Register action maps for this device with the OpenXR Runtime. Called at runtime before Start. |
Register |
Registers the Hand |
Unregister |
Removes the Hand |