Torque3D Documentation / _generateds / GuiBackgroundCtrl

GuiBackgroundCtrl

Engine/source/gui/controls/guiBackgroundCtrl.h

Renders a background, so you can have a backdrop for your GUI.

More...

Private Types

Parent 

Public Attributes

bool

Public Functions

DECLARE_CATEGORY("Gui Containers" )
onRender(Point2I offset, const RectI & updateRect)

Called when this control is to render itself.

Detailed Description

Renders a background, so you can have a backdrop for your GUI.

Private Types

typedef GuiControl Parent 

Public Attributes

bool mDraw 

Public Functions

GuiBackgroundCtrl()

DECLARE_CATEGORY("Gui Containers" )

DECLARE_CONOBJECT(GuiBackgroundCtrl )

onRender(Point2I offset, const RectI & updateRect)

Reimplemented from: GuiControl