Click or drag to resize

WeatherMakerWindScriptSetWindProfileAnimated Method

Set a new wind profile

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetWindProfileAnimated(
	WeatherMakerWindProfileScript newProfile,
	float transitionDelay,
	float transitionDuration
)

Parameters

newProfile
Type: DigitalRuby.WeatherMakerWeatherMakerWindProfileScript
New wind profile
transitionDelay
Type: SystemSingle
Transition delay
transitionDuration
Type: SystemSingle
Transition duration
See Also