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;

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.