ClockStone Audio Toolkit for Unity - Documentation
AudioControllersoundMuted Property |
Gets or sets the soundMuted.
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public bool soundMuted { get; set; }
Property Value
Type: Booleantrue enables sound mute; false disables sound mute
Remarks
'Sound' means all audio except music nd ambience sound
See Also