evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
FadeInAnimation
evael
graphics
gui
animations
FadeInAnimation
FadeInAnimation.
class
FadeInAnimation :
AlphaAnimation
{
this
(float to);
void
onAnimationStart
();
}
Constructors
this
this
(float to)
Undocumented in source.
Members
Functions
onAnimationStart
void
onAnimationStart
()
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
FadeInAnimation
classes
FadeInAnimation
FadeInAnimation.