Click or drag to resize

CanvasRendererAddText Method (String, Vector2, EHorizontalAlignment, EVerticalAlignment)

Adds text to rendering queue.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void AddText(
	string text,
	Vector2 position,
	EHorizontalAlignment horizontalAlign,
	EVerticalAlignment verticalAlign
)

Parameters

text
Type: SystemString
The text.
position
Type: NeoAxisVector2
The text position.
horizontalAlign
Type: NeoAxisEHorizontalAlignment
The text horizontal align.
verticalAlign
Type: NeoAxisEVerticalAlignment
The text vertical align.
See Also