Tween

Undocumented in source.

Constructors

this
this(Entity entity, TweenType type, Vector3f start, Vector3f end, double duration, Easing easing)
Undocumented in source.
this
this(Entity entity, TweenType type, Color4f start, Color4f end, double duration, Easing easing)
Undocumented in source.
this
this(Entity entity, TweenType type, float start, float end, double duration, Easing easing)
Undocumented in source.

Members

Functions

applyTween
void applyTween(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
ease
float ease(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
kill
void kill()
Undocumented in source. Be warned that the author may not have intended to support it.
pause
void pause()
Undocumented in source. Be warned that the author may not have intended to support it.
play
void play()
Undocumented in source. Be warned that the author may not have intended to support it.
restart
void restart()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.
__anonymous
union __anonymous
Undocumented in source.

Variables

active
bool active;
Undocumented in source.
dataType
TweenDataType dataType;
Undocumented in source.
duration
double duration;
Undocumented in source.
easing
Easing easing;
Undocumented in source.
entity
Entity entity;
Undocumented in source.
isPlaying
bool isPlaying;
Undocumented in source.
repeat
uint repeat;
Undocumented in source.
repeatCounter
uint repeatCounter;
Undocumented in source.
time
double time;
Undocumented in source.
type
TweenType type;
Undocumented in source.

Meta