Debug Drawing class used to allow adding and removing wireframe shapes in world space.
Private
The debug shape to be added. Should be of type DebugBox, DebugLine, DebugCircle, DebugSphere, DebugArrow or DebugText.
Adds a new debug shape to the world.
Removes all debug shapes from the world.
Removes an instance of a debug shape from the world. This is equivalent to calling remove on the shape itself.
Debug Drawing class used to allow adding and removing wireframe shapes in world space.