ruvyrias / Exports / DistortionOptions
Interface: DistortionOptions
Represents the options for applying distortion effects to the currently player
Table of contents
Properties
Properties
cosOffset
• Optional
cosOffset: number
The cos offset of the distortion effect to apply.
Defined in
cosScale
• Optional
cosScale: number
The cos scale of the distortion effect to apply.
Defined in
offset
• Optional
offset: number
The offset of the distortion effect to apply.
Defined in
scale
• Optional
scale: number
The scale of the distortion effect to apply.
Defined in
sinOffset
• Optional
sinOffset: number
The sin offset of the distortion effect to apply.
Defined in
sinScale
• Optional
sinScale: number
The sin scale of the distortion effect to apply.
Defined in
tanOffset
• Optional
tanOffset: number
The tan offset of the distortion effect to apply.
Defined in
tanScale
• Optional
tanScale: number
The tan scale of the distortion effect to apply.