EffectsParameters

@Serializable
data class EffectsParameters(val effect: LightEffect? = null)

Basic feature containing effect properties.

Constructors

Link copied to clipboard
fun EffectsParameters(effect: LightEffect? = null)

Properties

Link copied to clipboard
val effect: LightEffect? = null

Effect to set the light to.