AudioController.soundMuted Property

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Gets or sets the soundMuted.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public bool soundMuted { get; set; }

Property Value

Type: Boolean
true enables sound mute; false disables sound mute

Remarks

'Sound' means all audio except music nd ambience sound

See Also