Some

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.

Constructors

Link copied to clipboard
constructor(scenes: List<Scene>)

Constructs ExportSome to export only a selected number of Scenes when exporting a mesh network.

Properties

Link copied to clipboard

List of Scenes to export.