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 abstract void AddLine(
	ref Vector3 start,
	ref 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