Method SetAreaWind
SetAreaWind(Vector3, float, float, float)
Sets the detailed wind data for this area.
public void SetAreaWind(Vector3 direction, float magnitude, float yaw, float pitch)
Parameters
directionVector3The direction of the wind.
magnitudefloatThe magnitude/intensity of the wind.
yawfloatThe yaw value of the wind.
pitchfloatThe pitch value of the wind.
Remarks
The predefined values in the toolset are:
NONE: direction=(1.0, 1.0, 0.0), magnitude=0.0, yaw=0.0, pitch=0.0
LIGHT: direction=(1.0, 1.0, 0.0), magnitude=1.0, yaw=100.0, pitch=3.0
HEAVY: direction=(1.0, 1.0, 0.0), magnitude=2.0, yaw=150.0, pitch=5.0