Click or drag to resize

WeatherManagerGetTemperatureValueAt Method

Gets the current raw temperature 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 GetTemperatureValueAt(
	Vector2 position
)

Parameters

position
Type: Vector2
The position to get the temperature for

Return Value

Type: Single
A normalised temperature value
See Also