Crazy Eddie's GUI System
0.8.7
|
Class encapsulating the 'Unified Box' - this is usually used for margin. More...
Public Member Functions | |
UBox (const UDim &margin) | |
UBox (const UDim &top, const UDim &left, const UDim &bottom, const UDim &right) | |
UBox (const UBox &b) | |
bool | operator== (const UBox &rhs) const |
bool | operator!= (const UBox &rhs) const |
UBox & | operator= (const UBox &rhs) |
UBox | operator* (const float val) const |
UBox | operator* (const UDim &dim) const |
UBox | operator+ (const UBox &b) const |
Public Attributes | |
UDim | d_top |
UDim | d_left |
UDim | d_bottom |
UDim | d_right |
Class encapsulating the 'Unified Box' - this is usually used for margin.