ClockStone Audio Toolkit for Unity - Documentation
AudioControllerIsSoundMuted Method |
Determines whether sound is muted
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static bool IsSoundMuted()
Return Value
Type: Booleantrue if sound is muted; otherwise, false.
Remarks
'Sound' means all audio except music and ambience sound.
See Also