public class InterpolationTracker
extends java.lang.Object
Interpolatable
objects and auto-interpolates them each frameConstructor and Description |
---|
InterpolationTracker() |
Modifier and Type | Method and Description |
---|---|
static void |
deregister(Interpolatable interpolatable) |
static void |
deregisterAll() |
static void |
interpolate(float alpha) |
static boolean |
isRegistered(Interpolatable interpolatable) |
static void |
preUpdate() |
static void |
register(Interpolatable interpolatable) |
public static void preUpdate()
public static void interpolate(float alpha)
public static boolean isRegistered(Interpolatable interpolatable)
public static void register(Interpolatable interpolatable)
public static void deregister(Interpolatable interpolatable)
public static void deregisterAll()