Function CommandBuilder.Polyline

Polyline (List<Vector3> points, Color color)

Draws lines through a sequence of points.

Public
Polyline (List<Vector3> points, bool cycle, Color color)

Draws lines through a sequence of points.

Public
Polyline (List<Vector3> points, bool cycle=…)

Draws lines through a sequence of points.

Public
Polyline (NativeArray<float3> points, Color color)

Draws lines through a sequence of points.

Public
Polyline (NativeArray<float3> points, bool cycle, Color color)

Draws lines through a sequence of points.

Public
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, Color color)

Draws lines through a sequence of points.

Public
Polyline (Vector3[] points, bool cycle, Color color)

Draws lines through a sequence of points.

Public
Polyline (Vector3[] points, bool cycle=…)

Draws lines through a sequence of points.

Public
Polyline (float3[] points, Color color)

Draws lines through a sequence of points.

Public
Polyline (float3[] points, bool cycle, Color color)

Draws lines through a sequence of points.

Public
Polyline (float3[] points, bool cycle=…)

Draws lines through a sequence of points.

Public