Click or drag to resize

WeatherManagerGetWindValueAt Method

Get the wind direction at this instance for the given position

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

Parameters

position
Type: Vector2
The position to query the wind at

Return Value

Type: Vector2
the wind at this specific time at the given position
See Also