BgfxDebugTextWrite(Int32, Int32, DebugColor, DebugColor, String, Object) Method |
Writes debug text to the screen.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void DebugTextWrite(
int x,
int y,
DebugColor foreColor,
DebugColor backColor,
string format,
params Object[] args
)
Parameters
- x Int32
- The X position, in cells.
- y Int32
- The Y position, in cells.
- foreColor DebugColor
- The foreground color of the text.
- backColor DebugColor
- The background color of the text.
- format String
- The format of the message.
- args Object
- The arguments with which to format the message.
See Also