Grid¶
Class | orca.UIKit | extends Node2D
Grid-based layout container with configurable rows and columns
Overview¶
Properties¶
| Property | Type | Description |
|---|---|---|
Columns |
string |
Column definition string (e.g., "1fr 2fr 100px") |
Rows |
string |
Row definition string (e.g., "auto 1fr auto") |
Direction |
Direction |
Primary fill direction for auto-placement |
Spacing |
float |
Space between grid cells |
CellWidth |
float |
Default width for auto-sized cells |
CellHeight |
float |
Default height for auto-sized cells |