Click or drag to resize

Simple3DRendererAddLine Method (Vector3, Vector3, Double)

Renders a line.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void AddLine(
	Vector3 start,
	Vector3 end,
	double thickness = 0
)

Parameters

start
Type: NeoAxisVector3
The line start position.
end
Type: NeoAxisVector3
The line end position.
thickness (Optional)
Type: SystemDouble
See Also