Method CreateHand
CreateHand(InputDeviceCharacteristics)
Creates a MetaAimHand and adds it to the Input System.
Declaration
public static MetaAimHand CreateHand(InputDeviceCharacteristics extraCharacteristics)
Parameters
Type | Name | Description |
---|---|---|
InputDeviceCharacteristics | extraCharacteristics | Additional characteristics to build the hand device with besides HandTracking and TrackedDevice. |
Returns
Type | Description |
---|---|
MetaAimHand | A MetaAimHand retrieved from AddDevice(InputDeviceDescription). |
Remarks
It is recommended that you do not call this yourself. It will be called for you at the appropriate time if hand-tracking has been enabled and if you are running with either the OpenXR or Oculus plug-in.