Click or drag to resize
AudioPlayerPrefsPlayMusicChangedDelegate Delegate
Music has 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 PlayMusicChangedDelegate(
	bool playMusic
)

Parameters

playMusic
Type: SystemBoolean
Whether to play music.
See Also