Simple3DRendererAddLineThin Method (Vector3, Vector3) |
Renders a line.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void AddLineThin(
Vector3 start,
Vector3 end
)
Parameters
- start
- Type: NeoAxisVector3
The line start position. - end
- Type: NeoAxisVector3
The line end position.
See Also