Click or drag to resize

WeatherMakerAuroraProfileScriptAnimateFrom Method

Animate from one aurora profile to another

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void AnimateFrom(
	WeatherMakerAuroraProfileScript oldProfile,
	float duration,
	string key,
	Action completion
)

Parameters

oldProfile
Type: DigitalRuby.WeatherMakerWeatherMakerAuroraProfileScript
Old profile
duration
Type: SystemSingle
Duration
key
Type: SystemString
Animation key
completion
Type: SystemAction
Completion callback
See Also