CanvasRendererAddText Method (String, Vector2) |
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,
Vector2 position
)
Parameters
- text
- Type: SystemString
The text. - position
- Type: NeoAxisVector2
The text position.
See Also