Generators Class |
Namespace: WeatherSystem.Internal
public static class Generators
The Generators type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Seed |
The current perlin noise seed for the generators
Should not be changed mid-game to avoid strange jumps in active weather
|
Name | Description | |
---|---|---|
![]() ![]() | GetDirectionalNoise |
Get a normalised vector driven by perlin noise
|
![]() ![]() | GetHumidityValue |
Gets a perlin noise driven normalised humidity value
|
![]() ![]() | GetIntensityNoise |
Get a normalised intensity driven by perlin noise
|
![]() ![]() | GetPerlinNoise |
Get a perlin noise value for a given x,y position with an offset calculated from a drivingValue
|
![]() ![]() | GetTemperatureValue |
Gets a perlin noise driven normalised temperature value
|