TileListBuilder
class TileListBuilder(tiles: TileSchemaBuilderScope.() -> Unit = {}) : GenericBuilder<SerializableImmutableList<TileSchema>>
Compiles a standalone tiles block into a plain tile list, independent of any parent tile.
Functions
Link copied to clipboard
Produces this builder's concrete schema instance. Called once, by GenericBuilderScope.build, with compositionLocals active.