Delegate MockRuntime.AfterFunctionDelegate
Delegate invoked after function calls.
Namespace: UnityEngine.XR.OpenXR.Features.Mock
Assembly: Unity.XR.OpenXR.Features.MockRuntime.dll
Syntax
public delegate void MockRuntime.AfterFunctionDelegate(string functionName, XrResult result)
Parameters
Type | Name | Description |
---|---|---|
string | functionName | The OpenXR function name. |
XrResult | result | The XrResult of the function. |