WeatherMakerFullScreenCloudsScriptShowCloudsAnimated Method (Single, String, 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(
float duration,
string profileName,
string tweenKey = null
)
Public Sub ShowCloudsAnimated (
duration As Single,
profileName As String,
Optional tweenKey As String = Nothing
)
public:
void ShowCloudsAnimated(
float duration,
String^ profileName,
String^ tweenKey = nullptr
)
member ShowCloudsAnimated :
duration : float32 *
profileName : string *
?tweenKey : string
(* Defaults:
let _tweenKey = defaultArg tweenKey null
*)
-> unit
Parameters
- duration
- Type: SystemSingle
Transition duration in seconds - profileName
- Type: SystemString
Cloud profile name - tweenKey (Optional)
- Type: SystemString
Tween key
See Also