LayerTreeDidChangeParameter

@Serializable
data class LayerTreeDidChangeParameter(val layers: List<LayerTree.Layer>? = null)

Constructors

Link copied to clipboard
constructor(layers: List<LayerTree.Layer>? = null)

Properties

Link copied to clipboard

Layer tree, absent if not in the compositing mode.