DistortionOptions
ruvyrias / DistortionOptions
Interface: DistortionOptions
Defined in: src/Filters.ts:79
Represents the options for applying distortion effects to the currently player
Properties
cosOffset?
optionalcosOffset:number
Defined in: src/Filters.ts:85
The cos offset of the distortion effect to apply.
cosScale?
optionalcosScale:number
Defined in: src/Filters.ts:87
The cos scale of the distortion effect to apply.
offset?
optionaloffset:number
Defined in: src/Filters.ts:93
The offset of the distortion effect to apply.
scale?
optionalscale:number
Defined in: src/Filters.ts:95
The scale of the distortion effect to apply.
sinOffset?
optionalsinOffset:number
Defined in: src/Filters.ts:81
The sin offset of the distortion effect to apply.
sinScale?
optionalsinScale:number
Defined in: src/Filters.ts:83
The sin scale of the distortion effect to apply.
tanOffset?
optionaltanOffset:number
Defined in: src/Filters.ts:89
The tan offset of the distortion effect to apply.
tanScale?
optionaltanScale:number
Defined in: src/Filters.ts:91
The tan scale of the distortion effect to apply.