Click or drag to resize

WeatherMakerWindScript.SetWindProfileAnimated 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.WeatherMaker.WeatherMakerWindProfileScript
New wind profile
transitionDelay
Type: System.Single
Transition delay
transitionDuration
Type: System.Single
Transition duration
See Also