![]() |
GearBlocks
The GearBlocks Lua scripting API
|
A showable UI container. More...
Public Member Functions | |
virtual void | Show (bool show) |
Show or hide the showable. | |
void | Show (bool show) |
Show or hide the showable. | |
Properties | |
virtual bool | IsShowing [get] |
Is the showable showing? | |
float | ScaleFactor [get] |
The size of this showable (and it's contents) is multiplied by this factor to get the actual on screen pixel size. | |
![]() | |
bool | IsShowing [get] |
Is the showable showing? | |
float | ScaleFactor [get] |
The size of this showable (and it's contents) is multiplied by this factor to get the actual on screen pixel size. | |
A showable UI container.
|
virtual |
Show or hide the showable.
show | Set to true to show the showable; false to hide it. |
Implements SmashHammer.UI.IShowable.
|
get |
Is the showable showing?
true
if this showable is showing; otherwise, false
.
Implements SmashHammer.UI.IShowable.
|
get |
The size of this showable (and it's contents) is multiplied by this factor to get the actual on screen pixel size.
The scaling factor applied to this showable.
Implements SmashHammer.UI.IShowable.