Click or drag to resize

IWeatherMakerManagerWeatherProfileChanged Method

Handle a weather profile change

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
void WeatherProfileChanged(
	WeatherMakerProfileScript oldProfile,
	WeatherMakerProfileScript newProfile,
	float transitionDelay,
	float transitionDuration
)

Parameters

oldProfile
Type: DigitalRuby.WeatherMakerWeatherMakerProfileScript
Old weather profile
newProfile
Type: DigitalRuby.WeatherMakerWeatherMakerProfileScript
New weather profile
transitionDelay
Type: SystemSingle
Transition delay
transitionDuration
Type: SystemSingle
Transition duration
See Also