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