#include <Theme.h>
Public Member Functions | |
| SideRegions () | |
Static Public Member Functions | |
| static const SideRegions & | empty () |
Public Attributes | |
| float | top |
| float | bottom |
| float | left |
| float | right |
Struct representing margin, border, and padding areas by the width or height of each side.
| gameplay::Theme::SideRegions::SideRegions | ( | ) | [inline] |
Constructor.
| static const SideRegions& gameplay::Theme::SideRegions::empty | ( | ) | [static] |
Gets an empty SideRegion.
The bottom of the SideRegion.
The left side of the SideRegion.
The right side of the SideRegion.
The top of the SideRegion.
1.7.6.1