Tile Pattern – Selects one of the built-in tile pattern presets.
Custom Pattern – Specifies custom tile pattern in the format 'O H W|O H W' where 'O' is horizontal offset of a row, 'H' is height of a tile row, 'W' is the width of the tile, and the '|' is a separator between two rows.
UI Text Box
type
note
'W' can be specified multiple times to define multiple widths in one row.
UI Expand
title
Click here to see the Custom Pattern usage illustration
Space – Specifies the mapping coordinates.
UVW – Determines planar mapping based on the object UVW coordinates.
Object – Determines planar mapping based on the object local coordinates.
World – Determines planar mapping based on the world coordinates.
UV Plane – Controls the mapping coordinate system used for the Tile Map.
XY – Determines the tile is aligned with the X and Y axes of the 3D space.
YZ – Determines the tile is aligned with the Y and Z axes of the 3D space.
XZ – Determines the tile is aligned with the X and Z axes of the 3D space.
Global scale – Increases or decreases a tile size.
Auto-generate bump – When enabled, the bump is automatically generated from the tile and gap colors (textured or constant). When set to false, the tile map bump is evaluated from bump shader connected to the tile and gap texture slots.
Column
width
5%
Column
width
45%
Image RemovedImage Added
Tile Color
...
Section
Column
width
50%
Level – Controls the intensity (also considered as the visibility) of the tile color.
Color – Specifies the tile color.
Texture – Defines the texture map or shader that replaces the defined color for the tile.
Mix mode – Controls the blending of the texture map or shader and the selected color for the tile.
Mix strength – Controls the intensity of the texture map or shader that is being used for the tile.
UI Text Box
type
tip
If the Mix strength is set to 100%, the texture map or shader completely overrides the color unless the Mix mode is set to a different blending mode than Normal.
Tile size width – Width of one tile. It is in UV space in case of UV mapping mode, otherwise, it is in scene units.
Tile size height – Height of one tile. It is in UV space in case of UV mapping mode, otherwise it is in scene units.
UI Text Box
type
note
Toggle constraint lock is available starting from Corona 12.
Tile mapping – Specifies mapping of the tile color texture.
Original– Uses UVW mapping of the input.
Per tile– Texture is mapped to each tile individually and spans across the whole tile.
Center – This mode returns always tile center for the whole tile. Produces constant color across tiles according to the input texture.
Placement – Specifies mapping of the tile color texture.
Crop – Defines the texture to the tile by cropping any exceeding texture while preserving its aspect ratio. Preserves the scale of the texture between tiles with different sizes.
Stretch – Stretches the texture to whole tile ignoring its aspect ratio.
Column
width
5%
Column
width
45%
Image RemovedImage Added
Gap Color
...
Section
Column
width
50%
Level – This is the intensity (also considered as the visibility) of the gap color.
Color – Defines the gap color.
Texture – Defines the texture map or shader that replaces the defined color for the gap.
Mix mode – Controls the blending of the texture map or shader and the selected color for the gap.
Mix strength – Controls the intensity of the texture map or shader that is being used for the gap.
UI Text Box
type
tip
If the Mix strength is set to 100%, the texture map or shader completely overrides the color unless the Mix mode is set to a different blending mode than Normal.
Gap thickness – Defines the size of the gap between two consecutive tiles.
Corner radius – Specifies rounding radius of tile corners.
Gap blur – Adds blending between the gap and the tile. Blending has specified thickness and makes the gap thicker and the tile smaller.
Column
width
5%
Column
width
45%
...
Section
Column
width
50%
Tile width – Randomizers tile width of individual tiles in percent's. Value of 50% means tile will have random width in interval [50%, 150%] of tile width.
Row height – Randomizes tile row height in percent's. Value of 50% means rows will have random height in interval [50%, 150%] of tile height.
UI Text Box
type
note
Gap thickness is not affected by Tile width and Row height.
Shrinking U/V – Shrinks individual tiles in favor of gap thickness. Value is percent's of tile width/height, value of 10% means tile size will be in [90-100%] and gap will be enlarged about that amount.
UI Text Box
type
note
Toggle constraint lock is available starting from Corona 12.
Offset U/V – Offsets individual tiles inside of surrounding gap. Value is percent's of surrounding gap thickness, value of 10% means tile will be able to move about 10% of gap thickness in both directions.
UI Text Box
type
note
Toggle constraint lock is available starting from Corona 12.
Rotation – Randomly rotates individual tiles inside of surrounding gap. Value is in percent's and value of 100% means that two neighboring tiles can theoretically touch by their corners, but never overlap each other.