Click or drag to resize

BgfxDebugTextWrite(Int32, Int32, DebugColor, DebugColor, String) Method

Writes debug text to the screen.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void DebugTextWrite(
	int x,
	int y,
	DebugColor foreColor,
	DebugColor backColor,
	string message
)

Parameters

x  Int32
The X position, in cells.
y  Int32
The Y position, in cells.
foreColor  DebugColor
The foreground color of the text.
backColor  DebugColor
The background color of the text.
message  String
The message to write.
See Also