Click or drag to resize

WeatherMakerFullScreenCloudsScriptShowCloudsAnimated Method (WeatherMakerCloudProfileScript, Single, Single, String)

Show clouds animated. Animates cover, density, sharpness, light absorption and color. To ensure smooth animations, all noise textures on all layers in both profiles should match.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void ShowCloudsAnimated(
	WeatherMakerCloudProfileScript newProfile,
	float transitionDelay,
	float transitionDuration,
	string tweenKey = null
)

Parameters

newProfile
Type: DigitalRuby.WeatherMakerWeatherMakerCloudProfileScript
Cloud profile, or pass null to hide clouds
transitionDelay
Type: SystemSingle
Delay before transition
transitionDuration
Type: SystemSingle
Transition duration in seconds
tweenKey (Optional)
Type: SystemString
Tween key
See Also