DebugVisualizerSystem
Documents the DebugVisualizerSystemclass and its functions.
Invoking DebugVisualizerSystem
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