Animation

Animation.

Constructors

this
this()
Undocumented in source.

Members

Aliases

OnAnimationEnd
alias OnAnimationEnd = void delegate(Animation)
Undocumented in source.
OnAnimationStart
alias OnAnimationStart = void delegate(Animation)
Undocumented in source.

Enums

Status
enum Status
Undocumented in source.

Functions

onAnimationEnd
void onAnimationEnd()
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.
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.

Properties

control
Control control [@property setter]
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.
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.
onAnimationEndEvent
OnAnimationEnd onAnimationEndEvent [@property setter]
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.
status
Status status [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_control
Control m_control;
Undocumented in source.
m_duration
float m_duration;

Animation duration in ms

m_onAnimationEnd
OnAnimationEnd m_onAnimationEnd;
Undocumented in source.
m_onAnimationStart
OnAnimationStart m_onAnimationStart;
Undocumented in source.
m_status
Status m_status;

Animation status

Meta