ClockStone Audio Toolkit for Unity - Documentation
AudioControllerSetGlobalVolume Method |
Changes the global volume. Effects all currently playing audio items.
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static void SetGlobalVolume( float volume )
Parameters
- volume
- Type: SystemSingle
The volume (between 0 and 1).
Remarks
Volume change is also applied to all additional AudioControllers.
See Also