RenderChildren

fun RenderChildren(tileSchemas: ImmutableList<TileSchema>)

Renders every schema in tileSchemas in order, by calling the same path as RenderChild for each one — the usual way a container TileRenderer renders its whole children list in one call.

Parameters

tileSchemas

the children to render, in declaration order.