Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Modules
Gui System

Modules

 Containers
 
 Core
 

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.