Packageorg.papervision3d.core.animation
Interfacepublic interface IAnimatable
ImplementorsDAE, MD2



Public Methods
 MethodDefined by
  
play(clip:String = null):void
Plays the animation.
IAnimatable
  
stop():void
Stops the animation.
IAnimatable
Method detail
play()method
public function play(clip:String = null):void

Plays the animation.

Parameters
clip:String (default = null) — clip Optional clip name.
stop()method 
public function stop():void

Stops the animation.