AnimationSet

AnimationSet.

Contains multiple animations to be played one by one or all together.

Constructors

this
this(Flag!"loop" loop, SequenceType sequenceType)

AnimationSet constructor.

Members

Aliases

OnSequenceEnd
alias OnSequenceEnd = void delegate()
Undocumented in source.

Enums

SequenceType
enum SequenceType
Undocumented in source.

Functions

add
void add(Animation animation)

Adds animation to the set.

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
onAnimationEndEvent
void onAnimationEndEvent(Animation endedAnimation)

Event received when an animation ended.

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

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.
onSequenceEndEvent
OnSequenceEnd onSequenceEndEvent [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_duration
float m_duration;

Animations duration in ms

m_onSequenceEnd
OnSequenceEnd m_onSequenceEnd;
Undocumented in source.

Meta