AudioSourceCurveType
This defines the curve type of the different custom curves that can be queried and set within the AudioSource.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.AudioModule
public enum AudioSourceCurveType
Remarks
The AudioSource can hold a number of custom distance curves, this enum is used within the AudioSource API to differentiate between them.
Fields
Value | Description |
|---|---|
| CustomRolloff | Custom Volume Rolloff. |
| ReverbZoneMix | Reverb Zone Mix. |
| SpatialBlend | The Spatial Blend. |
| Spread | The 3D Spread. |