| WeatherMakerWindScriptSetWindProfileAnimated Method  | 
 
            Set a new wind profile
            
 
    Namespace: 
   DigitalRuby.WeatherMaker
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic void SetWindProfileAnimated(
	WeatherMakerWindProfileScript newProfile,
	float transitionDelay,
	float transitionDuration
)
Public Sub SetWindProfileAnimated ( 
	newProfile As WeatherMakerWindProfileScript,
	transitionDelay As Single,
	transitionDuration As Single
)
public:
void SetWindProfileAnimated(
	WeatherMakerWindProfileScript^ newProfile, 
	float transitionDelay, 
	float transitionDuration
)
member SetWindProfileAnimated : 
        newProfile : WeatherMakerWindProfileScript * 
        transitionDelay : float32 * 
        transitionDuration : float32 -> unit 
Parameters
- newProfile
- Type: DigitalRuby.WeatherMakerWeatherMakerWindProfileScript
 New wind profile
- transitionDelay
- Type: SystemSingle
 Transition delay
- transitionDuration
- Type: SystemSingle
 Transition duration
 See Also
See Also