BgfxDebugTextClear Method |
Clears the debug text buffer.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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