Click or drag to resize

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

Writes debug text to the screen.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void DebugTextWrite(
	int x,
	int y,
	DebugColor foreColor,
	DebugColor backColor,
	string format,
	params Object[] args
)

Parameters

x
Type: SystemInt32
The X position, in cells.
y
Type: SystemInt32
The Y position, in cells.
foreColor
Type: Internal.SharpBgfxDebugColor
The foreground color of the text.
backColor
Type: Internal.SharpBgfxDebugColor
The background color of the text.
format
Type: SystemString
The format of the message.
args
Type: SystemObject
The arguments with which to format the message.
See Also