AudioMixerUpdateMode
The mode in which an AudioMixer should update its time.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public enum AudioMixerUpdateMode
Remarks
Use this with AudioMixer.updateMode to define how the AudioMixer time is updated.
Fields
Value | Description |
|---|---|
| Normal | Update the AudioMixer with scaled game time. |
| UnscaledTime | Update the AudioMixer with unscaled realtime. |