Click or drag to resize

ICallbackHandlerReportDebug Method

Called to print debug messages.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
void ReportDebug(
	string fileName,
	int line,
	string format,
	IntPtr args
)

Parameters

fileName  String
The name of the source file in which the message originated.
line  Int32
The line number in which the message originated.
format  String
The message format string.
args  IntPtr
A pointer to format arguments.
Remarks
This method can be called from any thread.
See Also