PackagedragonBones.animation
Interfacepublic interface IAnimatable
Implementors Armature, WorldClock

The IAnimatable interface defines the methods used by all animatable instance type used by the DragonBones system.

See also

dragonBones.Armature
dragonBones.animation.WorldClock


Public Methods
 MethodDefined By
  
advanceTime(passedTime:Number):void
Update the animation using this method typically in an ENTERFRAME Event or with a Timer.
IAnimatable
Method Detail
advanceTime()method
public function advanceTime(passedTime:Number):void

Update the animation using this method typically in an ENTERFRAME Event or with a Timer.

Parameters

passedTime:Number — amount of second to move the playhead ahead.