Class RuntimeDebuggerOpenXRFeature
A runtime debugger feature. Intercepts all OpenXR calls and forwards them over player connection to an editor window.
Inheritance
RuntimeDebuggerOpenXRFeature
Assembly: Unity.XR.OpenXR.Features.RuntimeDebugger.dll
Syntax
public class RuntimeDebuggerOpenXRFeature : OpenXRFeature
Fields
cacheSize
Size of main-thread cache on device for runtime debugger in bytes.
Declaration
Field Value
perThreadCacheSize
Size of per-thread cache on device for runtime debugger in bytes.
Declaration
public UInt32 perThreadCacheSize
Field Value
Methods
HookGetInstanceProcAddr(IntPtr)
Declaration
protected override IntPtr HookGetInstanceProcAddr(IntPtr func)
Parameters
| Type |
Name |
Description |
| IntPtr |
func |
|
Returns
HookGetInstanceProcAddr(IntPtr)
Declaration
protected override IntPtr HookGetInstanceProcAddr(IntPtr func)
Parameters
| Type |
Name |
Description |
| IntPtr |
func |
|
Returns
Overrides