Click or drag to resize

WeatherMakerFullScreenCloudsScript.ShowCloudsAnimated 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.WeatherMaker.WeatherMakerCloudProfileScript
Cloud profile, or pass null to hide clouds
transitionDelay
Type: System.Single
Delay before transition
transitionDuration
Type: System.Single
Transition duration in seconds
tweenKey (Optional)
Type: System.String
Tween key
See Also