Click or drag to resize

CanvasRendererAddText(String, Vector2F) Method

Adds text to rendering queue.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void AddText(
	string text,
	Vector2F position
)

Parameters

text  String
The text.
position  Vector2F
The text position.
See Also