Method GetAction
GetAction(InputAction)
Returns XrAction handle bound to the given InputAction.
Declaration
protected ulong GetAction(InputAction inputAction)
Parameters
Type | Name | Description |
---|---|---|
InputAction | inputAction | Action to retrieve XrAction handles for |
Returns
Type | Description |
---|---|
ulong | XrAction handle bound to the given InputAction or 0 if there is no bound XrAction |