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
)
Sub WeatherProfileChanged (
oldProfile As WeatherMakerProfileScript,
newProfile As WeatherMakerProfileScript,
transitionDelay As Single,
transitionDuration As Single
)
void WeatherProfileChanged(
WeatherMakerProfileScript^ oldProfile,
WeatherMakerProfileScript^ newProfile,
float transitionDelay,
float transitionDuration
)
abstract WeatherProfileChanged :
oldProfile : WeatherMakerProfileScript *
newProfile : WeatherMakerProfileScript *
transitionDelay : float32 *
transitionDuration : float32 -> unit
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