Provides methods to draw primitive visuals for debugging. Accessible through global.debugRenderSystem.
global.debugRenderSystem
Lens Scripting Version 303
Currently unused.
false Copy
false
Clears any visual on the debug render system.
Draws a wireframe box.
Draw a sequence of unconnected line segments (2 points per line).
Draw a wireframe circle oriented on the XY plane.
Draw a single line segment.
Draws a solid box mesh.
Draws a solid sphere mesh.
Draws a filled in triangle.
Draws a wireframe sphere as a 3 axis-aligned circle.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
other
Provides methods to draw primitive visuals for debugging. Accessible through
global.debugRenderSystem.Since
Lens Scripting Version 303