MagicLeapXrProviderDebugUtils
The native representation of the MagicLeapXrProvider debug utilities object.
Public Methods
MagicLeapXrProviderDebugUtils Create
Creates an initialized MLWebRTCDebugUtils object.
public static MagicLeapXrProviderDebugUtils Create()
Returns: An initialized MLWebRTCDebugUtils object.
Public Attributes
Context
Pointer to a context object.
public IntPtr Context;
LogLevel
The log level to respect for debugging.
public LogLevel LogLevel;
OnDebugMessage
The callback for when a debug message is received.
public OnDebugMessageDelegate OnDebugMessage;
Type | Description |
---|---|
OnDebugMessageDelegate | Delegate describing the callback necessary to monitor when an debug message is received. |