evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
FadeOutAnimation
evael
graphics
gui
animations
FadeOutAnimation
FadeOutAnimation.
class
FadeOutAnimation :
AlphaAnimation
{
this
(float from);
void
onAnimationEnd
();
}
Constructors
this
this
(float from)
Undocumented in source.
Members
Functions
onAnimationEnd
void
onAnimationEnd
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From AlphaAnimation
update
void
update
(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
evael
graphics
gui
animations
FadeOutAnimation
classes
FadeOutAnimation
FadeOutAnimation.