IDebugDrawHistorySystem

Documents the IDebugDrawHistorySystem class and its functions.

triangle-exclamation

Invoking IDebugDrawHistorySystem

To invoke the debug draw history system, use the following Global function:

ddhs = Game.IDebugDrawHistorySystem()

Sub-functions

DrawArrow

DrawArrow(position : Vector4, direction : Vector4, optional color : Color, tag : String);

DrawWireSphere

DrawWireSphere(position : Vector4, radius : Float, optional color : Color, tag : String);

Last updated