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
)
Public Sub AnimateFrom (
oldProfile As WeatherMakerAuroraProfileScript,
duration As Single,
key As String,
completion As Action
)
public:
void AnimateFrom(
WeatherMakerAuroraProfileScript^ oldProfile,
float duration,
String^ key,
Action^ completion
)
member AnimateFrom :
oldProfile : WeatherMakerAuroraProfileScript *
duration : float32 *
key : string *
completion : Action -> unit
Parameters
- oldProfile
- Type: DigitalRuby.WeatherMakerWeatherMakerAuroraProfileScript
Old profile - duration
- Type: SystemSingle
Duration - key
- Type: SystemString
Animation key - completion
- Type: SystemAction
Completion callback
See Also