Class Draw
Public
Methods for easily drawing things in the editor and in standalone games.
Public Static Methods
ArrowRelativeSizeHead
(from, to, up, headFraction, [color])
Draws an arrow between two points with a head that varies with the length of the arrow.
PushLineWidth
(pixels, automaticJoins=true)
Draws all lines until the next PopLineWidth with a given line width in pixels.
Public Static Variables
editor
Draws items in the editor if gizmos are enabled.
Public
Static
ingame
Draws items in the editor and in standalone games, even if gizmos are disabled.
Public
Static
xy
Wrapper for drawing in the XY plane.
Public
Static
xz
Wrapper for drawing in the XZ plane.
Public
Static
Private/Protected Members
builder
Internal
Static
ingame_builder
Internal
Static