Click or drag to resize

WeatherMakerWindManagerScriptWeatherProfileChanged Method

Weather profile changed handler for wind

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.WeatherMakerWeatherMakerProfileScript
Old profile
newProfile
Type: DigitalRuby.WeatherMakerWeatherMakerProfileScript
New profile
transitionDelay
Type: SystemSingle
Transition delay
transitionDuration
Type: SystemSingle
Transition duration

Implements

IWeatherMakerManagerWeatherProfileChanged(WeatherMakerProfileScript, WeatherMakerProfileScript, Single, Single)
See Also