Click or drag to resize

BgfxDebugTextClear Method

Clears the debug text buffer.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void DebugTextClear(
	DebugColor color = DebugColor.Black,
	bool smallText = false
)

Parameters

color  DebugColor  (Optional)
The color with which to clear the background.
smallText  Boolean  (Optional)
true to use a small font for debug output; false to use normal sized text.
See Also