BgfxDebugTextClear Method |
Clears the debug text buffer.
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void DebugTextClear(
DebugColor color = DebugColor.Black,
bool smallText = false
)
Parameters
- color (Optional)
- Type: Internal.SharpBgfxDebugColor
The color with which to clear the background. - smallText (Optional)
- Type: SystemBoolean
true to use a small font for debug output; false to use normal sized text.
See Also