addChildren

fun addChildren(children: List<TileHolder<*>>, where: InsertionPosition = InsertionPosition.End)

Same as addChild, for several children inserted together at the same position, preserving children's own order.

Parameters

children

the already-built holders to insert.

where

where in the current children to insert them. Defaults to the end.