 | AudioPlayerPrefsPlayMusicChangedDelegate Delegate |
Music has 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 PlayMusicChangedDelegate(
bool playMusic
)
Public Delegate Sub PlayMusicChangedDelegate (
playMusic As Boolean
)
public delegate void PlayMusicChangedDelegate(
bool playMusic
)
type PlayMusicChangedDelegate =
delegate of
playMusic : bool -> unit
Parameters
- playMusic
- Type: SystemBoolean
Whether to play music.
See Also