AlphaAnimation

AlphaAnimation.

Constructors

this
this(float from, float to)
Undocumented in source.

Members

Functions

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Animation

Status
enum Status
Undocumented in source.
OnAnimationStart
alias OnAnimationStart = void delegate(Animation)
Undocumented in source.
OnAnimationEnd
alias OnAnimationEnd = void delegate(Animation)
Undocumented in source.
m_onAnimationStart
OnAnimationStart m_onAnimationStart;
Undocumented in source.
m_onAnimationEnd
OnAnimationEnd m_onAnimationEnd;
Undocumented in source.
m_duration
float m_duration;

Animation duration in ms

m_status
Status m_status;

Animation status

m_control
Control m_control;
Undocumented in source.
update
void update(float deltaTime)
Undocumented in source.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
onAnimationStart
void onAnimationStart()
Undocumented in source. Be warned that the author may not have intended to support it.
onAnimationEnd
void onAnimationEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
duration
float duration [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
control
Control control [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
status
Status status [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
onAnimationStartEvent
OnAnimationStart onAnimationStartEvent [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
onAnimationEndEvent
OnAnimationEnd onAnimationEndEvent [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
uint id [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
uint id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta