Function Draw.Polyline

Polyline (List<Vector3> points, Color color)

Draws lines through a sequence of points.

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

Draws lines through a sequence of points.

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

Draws lines through a sequence of points.

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

Draws lines through a sequence of points.

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

Draws lines through a sequence of points.

Public Static
Polyline (NativeArray<float3> points, bool cycle=…)

Draws lines through a sequence of points.

Public Static
Polyline (Vector3[] points, Color color)

Draws lines through a sequence of points.

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

Draws lines through a sequence of points.

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

Draws lines through a sequence of points.

Public Static
Polyline (float3[] points, Color color)

Draws lines through a sequence of points.

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

Draws lines through a sequence of points.

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

Draws lines through a sequence of points.

Public Static