DebugVisualizerSystem

Documents the DebugVisualizerSystemclass and its functions.

triangle-exclamation

Invoking DebugVisualizerSystem

To invoke the debug visualizer system, use the following Global function:

dvs = Game.DebugVisualizerSystem()

Sub-functions

ClearAll

ClearAll();

ClearLayer

ClearLayer(layerId : Uint32);

DrawArrow

DrawArrow(start : Vector4, end : Vector4, optional color : Color, optional lifetime : Float) : Uint32;

DrawLine

DrawLine(start : Vector4, end : Vector4, optional color : Color, optional lifetime : Float) : Uint32;

DrawLine3D

DrawRect

DrawText

DrawText3D

DrawWireBox

DrawWireSphere

SetPosition

SetScale

Last updated