Click or drag to resize

CanvasRendererAddLine Method (Vector2F, Vector2F, ColorValue)

Adds line to rendering queue.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public abstract void AddLine(
	Vector2F start,
	Vector2F end,
	ColorValue color
)

Parameters

start
Type: NeoAxisVector2F
The line start position.
end
Type: NeoAxisVector2F
The line end position.
color
Type: NeoAxisColorValue
The text color.
See Also