Function Draw.DashedLine

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

Draws a dashed line between two points.

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

Draws a dashed line between two points.

Public Static