Click or drag to resize
AudioPlayerPrefsPlaySoundChangedDelegate Delegate
Sound effects have been turned on or off.

Namespace: Slash.Unity.Common.Sound
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public delegate void PlaySoundChangedDelegate(
	bool playSound
)

Parameters

playSound
Type: SystemBoolean
Whether to play sound effects.
See Also