Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AudioMixerUpdateMode

The mode in which an AudioMixer should update its time.
Read time 1 minuteLast updated 10 days ago

Definition

public enum AudioMixerUpdateMode

Remarks

Use this with AudioMixer.updateMode to define how the AudioMixer time is updated.

Fields

Value

Description

NormalUpdate the AudioMixer with scaled game time.
UnscaledTimeUpdate the AudioMixer with unscaled realtime.