public Audio.AudioMixerUpdateMode updateMode ;

Descripción

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.