Skip to content

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

PropertyTypeDefaultDescription
columnsnumber2Number of grid columns.
rowsnumber2Number of grid rows.
spacingnumber0Sets spacing between items.