The DebugOverlaySystem class in the Sandbox
namespace provides methods to draw various debug overlays in the game world. It is a sealed class, meaning it cannot be inherited. This class is part of the game object system and is used to visually represent debugging information such as lines, boxes, text, and models in the game scene.