Delegate OpenXRHelper.xrGetActionStatePoseDelegate
The function delegate declaration of xrGetActionStatePose.
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrRect2Di OpenXRHelper.xrGetActionStatePoseDelegate(XrSession session, ref XrActionStateGetInfo getInfo, ref XrActionStatePose state)
Parameters
Type | Name | Description |
---|---|---|
XrSession | session | The XrSession to query. |
XrActionStateGetInfo | getInfo | A pointer to XrActionStateGetInfo to provide action and subaction paths information. |
XrActionStatePose | state | A pointer to a valid XrActionStatePose into which the state will be placed. |
Returns
Type | Description |
---|---|
XrRect2Di | XR_SUCCESS for success. |