AudioMixer.updateMode

public Audio.AudioMixerUpdateMode updateMode;

Description

How time should progress for this AudioMixer. Used during Snapshot transitions.

During update of AudioMixers and Snapshot transitions, this property defines how those transitions should progress.

  • AudioMixerUpdateMode.Normal updates the AudioMixer with scaled game time progression.
  • AudioMixerUpdateMode.UnscaledTime ignores Time.timeScale changes and updates the AudioMixer in realtime.

Did you find this page useful? Please give it a rating: