Click or drag to resize

BgfxDebugTextWrite Method (Int32, Int32, DebugColor, DebugColor, IntPtr)

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,
	IntPtr message
)

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.
message
Type: SystemIntPtr
The message to write.
See Also