Click or drag to resize

Generators Class

The noise generators for the weather system
Inheritance Hierarchy
SystemObject
  WeatherSystem.InternalGenerators

Namespace:  WeatherSystem.Internal
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static class Generators

The Generators type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberSeed
The current perlin noise seed for the generators Should not be changed mid-game to avoid strange jumps in active weather
Top
Methods
  NameDescription
Public methodStatic memberGetDirectionalNoise
Get a normalised vector driven by perlin noise
Public methodStatic memberGetHumidityValue
Gets a perlin noise driven normalised humidity value
Public methodStatic memberGetIntensityNoise
Get a normalised intensity driven by perlin noise
Public methodStatic memberGetPerlinNoise
Get a perlin noise value for a given x,y position with an offset calculated from a drivingValue
Public methodStatic memberGetTemperatureValue
Gets a perlin noise driven normalised temperature value
Top
See Also