EffectsParameters

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

Basic feature containing effect properties.

Constructors

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

Properties

Link copied to clipboard

Effect to set the light to.