Gui System
The GUI system in Torque provides a powerful way of creating WYSIWYG User Interfaces for your Game or Application written in Torque.
Groups:
group
Base class for controls that act as containers to other controls.
group
Detailed Description
The GUI system in Torque provides a powerful way of creating WYSIWYG User Interfaces for your Game or Application written in Torque.
The GUI Provides a range of different controls that you may use to arrange and layout your GUI's, including Buttons, Lists, Bitmaps Windows, Containers, and HUD elements.
The Base Control Class GuiControl provides a basis upon which to write GuiControl's that may be specific to your particular type of game.