Click or drag to resize

BgfxDebugTextWrite(Int32, Int32, DebugColor, DebugColor, String, Object) 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 format,
	params Object[] args
)

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.
format  String
The format of the message.
args  Object
The arguments with which to format the message.
See Also