Represents dimensions (width, height)
Guide
Edit on GitHub ✎
Sizes are used throughout UI to represent the size of a screen, control, or area.
Intro
Sizes are used throughout UI to represent the size of a screen, control, or area.
Class synopsis
class UI\Size { }
Properties
widthHolds the width, can be read/written directly
heightHolds the height, can be read/written directly
Size