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