Method GetAfterFunctionCallback
GetAfterFunctionCallback(string)
Return the callback set to be called after the given OpenXR function is called
Declaration
public static MockRuntime.AfterFunctionDelegate GetAfterFunctionCallback(string function)
Parameters
| Type | Name | Description |
|---|---|---|
| string | function | OpenXR function name |
Returns
| Type | Description |
|---|---|
| MockRuntime.AfterFunctionDelegate | Callback or null if no callback is set |