Click or drag to resize

ICallbackHandlerReportDebug Method

Called to print debug messages.

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

Parameters

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