WeatherMakerFallingParticleScriptCollisionEnabled Property |
Whether collision is enabled
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool CollisionEnabled { get; set; }Public Property CollisionEnabled As Boolean
Get
Set
public:
property bool CollisionEnabled {
bool get ();
void set (bool value);
}member CollisionEnabled : bool with get, set
Property Value
Type:
Boolean
See Also