create

fun create(baseTile: Tile, vararg rest: Tile): StackedTile

Creates a new StackedTile form the given baseTile and rest.

Parameters

rest

use this parameter if you want to add multiple tiles apart from the baseTile. rest is ordered from bottom to top (vertically)

Sources

(source)
Link copied to clipboard