TweenManager

manages and updates tweens

Members

Functions

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

Inherited Members

From Manager

scene
Scene scene;

set when attached to a scene

setup
void setup()

performs any setup needed for this manager

update
void update()

updates this manager

destroy
void destroy()

frees resources used by this manager

Meta