Function CommandBuilder2D.Polyline
Draws lines through a sequence of points.
Public
Draws lines through a sequence of points.
Public
Polyline
(NativeArray<float2> points, bool cycle, Color color)
Draws lines through a sequence of points.
Public
Polyline
(NativeArray<float2> points, bool cycle=…)
Public
Polyline
(NativeArray<float3> points, bool cycle, Color color)
Draws lines through a sequence of points.
Public
Polyline
(NativeArray<float3> points, bool cycle=…)
Public
Polyline
(Vector2[] points, bool cycle, Color color)
Draws lines through a sequence of points.
Public
Polyline
(Vector2[] points, bool cycle=…)
Public
Polyline
(Vector3[] points, bool cycle, Color color)
Draws lines through a sequence of points.
Public
Polyline
(Vector3[] points, bool cycle=…)
Public
Polyline
(float2[] points, bool cycle, Color color)
Draws lines through a sequence of points.
Public
Polyline
(float2[] points, bool cycle=…)
Public
Polyline
(float3[] points, bool cycle, Color color)
Draws lines through a sequence of points.
Public
Polyline
(float3[] points, bool cycle=…)
Public