📄️ LayoutComponent
Abstract base for a variety of layouts in UCGUI
📄️ HorizontalOrVerticalLayoutComponent
Abstract base for a variety of directional layouts in UCGUI
📄️ VStackComponent
A vertical layout built on top of Unity's 'VerticalLayoutGroup'
📄️ HStackComponent
A vertical layout built on top of Unity's 'HorizontalLayotGroup'
📄️ SpacerComponent
A flexible space that expands along the axis of its containing stack layout.