Click or drag to resize

WeatherMakerCloudManagerScript.WeatherProfileChanged Method

Cloud manager weather profile change handler

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

Parameters

oldProfile
Type: DigitalRuby.WeatherMaker.WeatherMakerProfileScript
Old profile
newProfile
Type: DigitalRuby.WeatherMaker.WeatherMakerProfileScript
New profile
transitionDelay
Type: System.Single
Transition delay
transitionDuration
Type: System.Single
Transition duration

Implements

IWeatherMakerManager.WeatherProfileChanged(WeatherMakerProfileScript, WeatherMakerProfileScript, Single, Single)
See Also