AudioDistortionFilter
The Audio Distortion Filter distorts the sound from an AudioSource or sounds reaching the AudioListener.
Read time 6 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.AudioModule
- Inherits from: Behaviour
[RequireComponent(typeof(AudioBehaviour))]public sealed class AudioDistortionFilter : Behaviour
Remarks
Additional Resources: Audio Distortion Filter information.
Properties
Property | Description |
|---|---|
| distortionLevel | Distortion value. 0.0 to 1.0. Default = 0.5. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |