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
)
Public Sub ShowCloudsAnimated (
newProfile As WeatherMakerCloudProfileScript,
transitionDelay As Single,
transitionDuration As Single,
Optional tweenKey As String = Nothing
)
public:
void ShowCloudsAnimated(
WeatherMakerCloudProfileScript^ newProfile,
float transitionDelay,
float transitionDuration,
String^ tweenKey = nullptr
)
member ShowCloudsAnimated :
newProfile : WeatherMakerCloudProfileScript *
transitionDelay : float32 *
transitionDuration : float32 *
?tweenKey : string
(* Defaults:
let _tweenKey = defaultArg tweenKey null
*)
-> unit
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