Class RuntimeDebuggerOpenXRFeature
A runtime debugger feature. Intercepts all OpenXR calls and forwards them over player connection to an editor window.
Inherited Members
Namespace: UnityEngine .XR.OpenXR .Features.RuntimeDebugger
Assembly: solution.dll
Syntax
public class RuntimeDebuggerOpenXRFeature : OpenXRFeature
Fields
Name | Description |
---|---|
cache |
Size of main-thread cache on device for runtime debugger in bytes. |
per |
Size of per-thread cache on device for runtime debugger in bytes. |
Methods
Name | Description |
---|---|
Hook |
Called to hook xrGetInstanceProcAddr. Returning a different function pointer allows intercepting any OpenXR method. |