| WeatherMakerWindScriptRandomWindDirection Property  | 
 
            Whether the wind direction is random. The wind direction is random if WindMaximumChangeRotation and WindChangeInterval are both greater than 0.
            
 
    Namespace: 
   DigitalRuby.WeatherMaker
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic bool RandomWindDirection { get; }Public ReadOnly Property RandomWindDirection As Boolean
	Get
public:
property bool RandomWindDirection {
	bool get ();
}member RandomWindDirection : bool with get
Property Value
Type: 
Boolean See Also
See Also