Package | com.threerings.display |
Interface | public interface Animation |
Implementors | AnimationImpl, FloatingTextAnimation, TextCharAnimation |
Method | Defined by | ||
---|---|---|---|
updateAnimation(elapsed:Number):void
The primary working method for your animation.
| Animation |
updateAnimation | () | method |
public function updateAnimation(elapsed:Number):void
The primary working method for your animation. The argument indicates how many milliseconds have passed since the animation was started.
Parameterselapsed:Number |