WeatherMakerWindScriptCurrentWindVelocity Property |
The current wind velocity, not including turbulence and pulsing
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Vector3 CurrentWindVelocity { get; }
Public ReadOnly Property CurrentWindVelocity As Vector3
Get
public:
property Vector3 CurrentWindVelocity {
Vector3 get ();
}
member CurrentWindVelocity : Vector3 with get
Property Value
Type:
Vector3See Also