WeatherMakerNullZoneScriptSetStrengthAnimated Method |
Set a new null zone strength, animated
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetStrengthAnimated(
float newStrength,
float duration
)
Public Sub SetStrengthAnimated (
newStrength As Single,
duration As Single
)
public:
void SetStrengthAnimated(
float newStrength,
float duration
)
member SetStrengthAnimated :
newStrength : float32 *
duration : float32 -> unit
Parameters
- newStrength
- Type: SystemSingle
New strength, clamped to 0 - 1 - duration
- Type: SystemSingle
Duration
See Also