Click or drag to resize

WeatherManagerGetCumulativeWind Method

Get the tracked, cumulative wind for the duration

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Vector2 GetCumulativeWind()

Return Value

Type: Vector2
The cumulative wind at the weatherQueryLocation
See Also