Container for HUD elements. Allows grouping and drawing multiple HUD elements together.
HudContainer();
Constructir of a Hud container.
void AddElement(HudElement* element);
Adds an element to the container.
void RemoveElement(HudElement* element);
Removes an element from the container.