Click or drag to resize

WeatherMakerProfileScriptTransitionFrom Method

Transition from one weather profile to another

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void TransitionFrom(
	IWeatherMakerProvider managers,
	WeatherMakerProfileScript script,
	float transitionDuration
)

Parameters

managers
Type: DigitalRuby.WeatherMakerIWeatherMakerProvider
Contains all the managers
script
Type: DigitalRuby.WeatherMakerWeatherMakerProfileScript
The profile script to transition to
transitionDuration
Type: SystemSingle
Transition duration
See Also