Function CommandBuilder.Polyline
Polyline
(NativeArray<float3> points, bool cycle=…)
Draws lines through a sequence of points.
Public
Polyline<T>
(T points, bool cycle=…)
Draws lines through a sequence of points.
Public
Polyline
(Vector3[] points, bool cycle=…)
Draws lines through a sequence of points.
Public
Polyline
(float3[] points, bool cycle=…)
Draws lines through a sequence of points.
Public