ScenesConfig

sealed class ScenesConfig

Allows configuring All, Related or Some scenes.

Inheritors

Types

Link copied to clipboard
object All : ScenesConfig

Configures all scenes to be exported. Exported scenes will not contain addresses of excluded nodes.

Link copied to clipboard

Configures exporting related scenes. Exported scenes will not contain addresses of excluded nodes.

Link copied to clipboard
data class Some(val scenes: List<Scene>) : ScenesConfig

Allows to configure exporting of some of the scenes. Exported scenes will not contain addresses of excluded nodes.