LayerListBuilder

value class LayerListBuilder(layers: MutableList<Layer>)

Layer list builder.

Constructors

LayerListBuilder
Link copied to clipboard
fun LayerListBuilder(layers: MutableList<Layer> = mutableListOf())

Creates an empty Layer list builder.

Functions

toArray
Link copied to clipboard
fun toArray(): Array<Layer>

Converts layers to array.

unaryPlus
Link copied to clipboard
operator fun Layer.unaryPlus(): Layer

Unary plus.