Click or drag to resize

WeatherManagerGetHumidityValueAt Method

Gets the current raw humidity value at the given position at the present time

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

Parameters

position
Type: Vector2
The position to get the humidity for

Return Value

Type: Single
A normalised humidity value
See Also