Packageaway3d.core.mesh
Classpublic class Animation
ImplementsIAnimation

Public Properties
 PropertyDefined by
  fps : Number
Animation
  loop : Boolean
Animation
  sequence : Array
Animation
  smooth : Boolean
Animation
Public Methods
 MethodDefined by
  
Animation
  
start():void
Animation
  
stop():void
Animation
  
update(mesh:BaseMesh):void
Animation
Property detail
fpsproperty
fps:Number  [read-write]Implementation
    public function get fps():Number
    public function set fps(value:Number):void
loopproperty 
loop:Boolean  [read-write]Implementation
    public function get loop():Boolean
    public function set loop(value:Boolean):void
sequenceproperty 
sequence:Array  [read-write]Implementation
    public function get sequence():Array
    public function set sequence(value:Array):void
smoothproperty 
smooth:Boolean  [read-write]Implementation
    public function get smooth():Boolean
    public function set smooth(value:Boolean):void
Constructor detail
Animation()constructor
public function Animation() Init Parameters
Method detail
start()method
public function start():void
stop()method 
public function stop():void
update()method 
public function update(mesh:BaseMesh):void Parameters
mesh:BaseMesh
Wiki link
Click to go to the wiki page for 'away3d.core.mesh.Animation'

Code examples

Comments