GuiBackgroundCtrl
Engine/source/gui/controls/guiBackgroundCtrl.h
Renders a background, so you can have a backdrop for your GUI.
Private Types
Parent
Public Attributes
bool
Public Functions
DECLARE_CATEGORY("Gui Containers" )
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