Optionalbackground(default="#00000000") Background color in a "#RRGGBBAA" format.
OptionalchildrenList of component's children.
OptionalheightHeight of a component in pixels. Exact behavior might be different based on the parent component:
Optionalhorizontal(default="center") Horizontal alignment of tiles.
OptionalidId of a component.
Optionalmargin(default=0) Margin of each tile in pixels.
Optionalpadding(default=0) Padding on each tile in pixels.
Optionaltile(default="16:9") Aspect ratio of a tile in "W:H" format, where W and H are integers.
OptionaltransitionDefines how this component will behave during a scene update. This will only have an
effect if the previous scene already contained a Tiles component with the same id.
Optionalvertical(default="center") Vertical alignment of tiles.
OptionalwidthWidth of a component in pixels. Exact behavior might be different based on the parent component:
Export
Tiles