de.jreality.tools
Interface AnimatorTask


public interface AnimatorTask


Method Summary
 boolean run(double time, double dt)
           
 

Method Detail

run

boolean run(double time,
            double dt)
Parameters:
time - the time (long)
dt - milli seconds count since last call (int)
Returns:
true if the task should be scheduled again, false otherwise