ICallbackHandlerReportDebug Method |
Called to print debug messages.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid 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.
RemarksThis method can be called from any thread.
See Also