WeatherMakerSoundGroupScriptCanPlay Property |
Whether the sounds can play
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool CanPlay { get; set; }
Public Property CanPlay As Boolean
Get
Set
public:
property bool CanPlay {
bool get ();
void set (bool value);
}
member CanPlay : bool with get, set
Property Value
Type:
BooleanSee Also