CanvasRendererAddText Method (String, Vector2F) |
Adds text to rendering queue.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void AddText(
string text,
Vector2F position
)
Parameters
- text
- Type: SystemString
The text. - position
- Type: NeoAxisVector2F
The text position.
See Also