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