WeatherMakerCloudManager2DScriptWeatherProfileChanged Method |
Cloud manger 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
)
Public Sub WeatherProfileChanged (
oldProfile As WeatherMakerProfileScript,
newProfile As WeatherMakerProfileScript,
transitionDelay As Single,
transitionDuration As Single
)
public:
virtual void WeatherProfileChanged(
WeatherMakerProfileScript^ oldProfile,
WeatherMakerProfileScript^ newProfile,
float transitionDelay,
float transitionDuration
) sealed
abstract WeatherProfileChanged :
oldProfile : WeatherMakerProfileScript *
newProfile : WeatherMakerProfileScript *
transitionDelay : float32 *
transitionDuration : float32 -> unit
override WeatherProfileChanged :
oldProfile : WeatherMakerProfileScript *
newProfile : WeatherMakerProfileScript *
transitionDelay : float32 *
transitionDuration : float32 -> unit
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