Click or drag to resize

WeatherManagerGetWeather Method

Get the weather for a particular place and the current instance

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

Parameters

weatherQueryLocation
Type: Vector2
The position at which to get the weather

Return Value

Type: WeatherTypes

[Missing <returns> documentation for "M:WeatherSystem.WeatherManager.GetWeather(UnityEngine.Vector2)"]

See Also