Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

Handles.DrawDottedLine

Switch to Manual
public 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.