Scene

@Serializable
data class Scene

Scene

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Addresses containing the scene.

Link copied to clipboard

Defines whether the scene is in use by a node.

Link copied to clipboard

Scene name.

Link copied to clipboard

Scene number.

Functions

Link copied to clipboard

Returns a list of elements registered to a given scene address.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun nodes(): List<Node>

Returns a list of nodes registered to a given scene address.