Expand description
Structs§
- Absolute
Item - Absolutely positioned element.
- Absolute
Layout - Absolute positioning layout (items placed relative to parent edges/center).
- Auto
Layout - Flex
Item - An item in a flex layout.
- Flex
Layout - Flex-style layout (row or column).
- Flow
Layout - Wrapping inline flow layout (like CSS inline-block).
- Grid
Layout - CSS-like grid layout.
- Grid
Placement - A grid cell placement.
- Layout
Node - A node in a layout tree.
- Responsive
Breakpoints - Responsive breakpoint system.
- Safe
Area Insets - Safe area insets (for notch-aware layout).
- Stack
Layout - A stack of overlapping items, ordered by z-index.
- UiLayout
- UiRect
- A 2D rectangle in world space, used for layout calculations.
Enums§
- Anchor
- Screen anchor for positioning UI elements.
- Anchor
Point - Anchor point for absolute positioning.
- Axis
- Layout axis.
- Breakpoint
- Named responsive breakpoints.
- Constraint
- Size constraint for layout nodes.
- Cross
Align - Cross-axis alignment.
- Flex
Wrap - Whether flex items wrap to a new line.
- Justify
Content - Main-axis content distribution for flex/grid.
- Stack
Align - Cross-axis alignment for stack layout.
- Track
- A column or row track definition.