Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Handles.DrawDottedLine

static function DrawDottedLine(p1: Vector3, p2: Vector3, screenSpaceSize: float): void;
static void DrawDottedLine(Vector3 p1, Vector3 p2, float screenSpaceSize);
static def DrawDottedLine(p1 as Vector3, p2 as Vector3, screenSpaceSize as float) as void

Parameters

p1The start point.
p2The end point.
screenSpaceSizeThe size in pixels for the lengths of the line segments and the gaps between them.

Description

Draw a dotted line from p1 to p2.