Function CommandBuilder.DashedLine

DashedLine (float3 a, float3 b, float dash, float gap)

Draws a dashed line between two points.

Public
DashedLine (float3 a, float3 b, float dash, float gap, Color color)

Draws a dashed line between two points.

Public