Riwmorld
|
Public Member Functions | |
WeatherManager (Map map) | |
void | DoWeatherGUI (Rect rect) |
void | DrawAllWeather () |
void | ExposeData () |
void | TransitionTo (WeatherDef newWeather) |
void | WeatherManagerTick () |
void | WeatherManagerUpdate () |
Public Attributes | |
const float | TransitionTicks = 4000f |
Map | map |
WeatherEventHandler | eventHandler = new WeatherEventHandler() |
WeatherDef | curWeather = WeatherDefOf.Clear |
WeatherDef | lastWeather = WeatherDefOf.Clear |
int | curWeatherAge |
TemperatureMemory | growthSeasonMemory |
Properties | |
float | CurMoveSpeedMultiplier [get] |
float | CurWeatherAccuracyMultiplier [get] |
float | CurWindSpeedFactor [get] |
float | RainRate [get] |
float | SnowRate [get] |
float | TransitionLerpFactor [get] |