public abstract class Tweener extends Gizmo
| Modifier and Type | Class and Description |
|---|---|
static interface |
Tweener.Listener |
| Modifier and Type | Field and Description |
|---|---|
float |
elapsed |
float |
interval |
Tweener.Listener |
listener |
Gizmo |
target |
| Modifier and Type | Method and Description |
|---|---|
void |
update() |
camera, destroy, draw, getParent, getVisible, hasParent, isActive, isVisible, kill, killAndErase, remove, revive, setNullParent, setParent, setVisiblepublic Gizmo target
public float interval
public float elapsed
public Tweener.Listener listener
public Tweener(Gizmo target, float interval)