Function Draw.DashedPolyline

DashedPolyline (List<Vector3> points, float dash, float gap)

Draws a dashed line through a sequence of points.

Public Static
DashedPolyline (List<Vector3> points, float dash, float gap, Color color)

Draws a dashed line through a sequence of points.

Public Static