| AudioPlayerPrefsPlayMusic Property |
Whether to play background music.
Namespace: Slash.Unity.Common.SoundAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax public static bool PlayMusic { get; set; }
Public Shared Property PlayMusic As Boolean
Get
Set
public:
static property bool PlayMusic {
bool get ();
void set (bool value);
}
static member PlayMusic : bool with get, set
Property Value
Type:
BooleanSee Also