See: Description
| Interface | Description |
|---|---|
| GuiBorder |
Represents border sizes for a GUI sprite.
|
| GuiMeta |
Represents meta-data applicable to gui-elements
|
| GuiScaling |
Represents a scaling mode for a GUI sprite.
|
| NineSliceGuiScaling |
A type of
GuiScaling that slices the sprite into 4 corners,
4 edges and 1 center slice, which will be tiled across the desired
space. |
| StretchGuiScaling |
Type of
GuiScaling that makes the sprite stretch
across the desired space. |
| TileGuiScaling |
Type of
GuiScaling that makes the sprite repeat itself
across the desired space, starting from top-left. |