Function CommandBuilder.DashedPolyline

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

Draws a dashed line through a sequence of points.

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

Draws a dashed line through a sequence of points.

Public