Appearance
grid
In any application, you always have to deal with the correct alignment of objects in the scene. Grid is a classic two-dimensional layout that can be used not only in 2D, but also in 3D space.
Example
Props
Property | Type | Default | Description |
---|---|---|---|
columns | number | 2 | Number of grid columns. |
rows | number | 2 | Number of grid rows. |
spacing | number | 0 | Sets spacing between items. |