Legacy Documentation: Version 5.1
LanguageEnglish
  • 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

p1 The start point.
p2 The end point.
screenSpaceSize The size in pixels for the lengths of the line segments and the gaps between them.

Description

Draw a dotted line from p1 to p2.