![]() |
GearBlocks
The GearBlocks Lua scripting API
|
Provides access to a UI showable's properties and methods. More...
Public Member Functions | |
void | Show (bool show) |
Show or hide the showable. | |
Properties | |
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. | |
Provides access to a UI showable's properties and methods.
void SmashHammer.UI.IShowable.Show | ( | bool | show | ) |
Show or hide the showable.
show | Set to true to show the showable; false to hide it. |
Implemented in SmashHammer.UI.Showable.
|
get |
Is the showable showing?
true
if this showable is showing; otherwise, false
.
Implemented in SmashHammer.UI.Showable.
|
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.
Implemented in SmashHammer.UI.Showable.