| AudioPlayerPrefsPlayMusicChanged Event |
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
Syntax public static event AudioPlayerPrefsPlayMusicChangedDelegate PlayMusicChanged
Public Shared Event PlayMusicChanged As AudioPlayerPrefsPlayMusicChangedDelegate
public:
static event AudioPlayerPrefsPlayMusicChangedDelegate^ PlayMusicChanged {
void add (AudioPlayerPrefsPlayMusicChangedDelegate^ value);
void remove (AudioPlayerPrefsPlayMusicChangedDelegate^ value);
}
member PlayMusicChanged : IEvent<AudioPlayerPrefsPlayMusicChangedDelegate,
EventArgs>
Value
Type:
Slash.Unity.Common.SoundAudioPlayerPrefsPlayMusicChangedDelegateSee Also