DOSetFloat Method
DOSetFloat(AudioMixer, string, float, float)
public static TweenerCore<float, float, FloatOptions> DOSetFloat(this AudioMixer target, string floatName, float endValue, float duration)
Tweens an AudioMixer's exposed float to the given value. Also stores the AudioMixer as the tween's target so it can be used for filtered operations. Note that you need to manually expose a float in an AudioMixerGroup in order to be able to tween it from an AudioMixer.
Parameters
targetAudioMixerfloatNamestringName given to the exposed float to set
endValuefloatThe end value to reach
durationfloatThe duration of the tween