 | AudioPlayerPrefsPlaySoundChangedDelegate Delegate |
Sound effects have been turned on or off.
Namespace: Slash.Unity.Common.SoundAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic delegate void PlaySoundChangedDelegate(
bool playSound
)
Public Delegate Sub PlaySoundChangedDelegate (
playSound As Boolean
)
public delegate void PlaySoundChangedDelegate(
bool playSound
)
type PlaySoundChangedDelegate =
delegate of
playSound : bool -> unit
Parameters
- playSound
- Type: SystemBoolean
Whether to play sound effects.
See Also