Click or drag to resize

WeatherManagerGetIntensityValueAt Method

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

Parameters

position
Type: Vector2
The position to get the intensoty for

Return Value

Type: Single
A normalised intensity value
See Also