Delegate OpenXRHelper.xrCreateActionDelegate
The function delegate declaration of xrCreateAction.
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult OpenXRHelper.xrCreateActionDelegate(XrActionSet actionSet, ref XrActionCreateInfo createInfo, ref XrAction action)
Parameters
Type | Name | Description |
---|---|---|
XrActionSet | actionSet | A handle to an XrActionSet. |
XrActionCreateInfo | createInfo | A pointer to a valid XrActionCreateInfo structure that defines the action being created. |
XrAction | action | A pointer to an XrAction where the created action is returned. |
Returns
Type | Description |
---|---|
XrResult | XR_SUCCESS for success. |