class SineEffectOptions
amplitude: number?
speed: number?
spatialScale: number?
noiseScale: number?
class SineEffect: LightEffect

An effect that makes the light wax and wane in a smooth wave.

__new(self: SineEffect, opts: SineEffectOptions)
amplitude: number
speed: number
spatialScale: number

Frequency of spatial sampling

noiseScale: number

Strength of phase distortion

Other members:

Inherited from LightEffect: effect()