TimedEffectsParameters

@Serializable
data class TimedEffectsParameters(val effect: TimedLightEffect? = null, val duration: Duration? = null)

Basic feature containing timed effect properties.

Constructors

Link copied to clipboard
fun TimedEffectsParameters(effect: TimedLightEffect? = null, duration: Duration? = null)

Properties

Link copied to clipboard
val duration: Duration? = null
Link copied to clipboard

Effect to set the light to.