Packageaway3d.loaders.utils
Classpublic dynamic class AnimationLibrary
InheritanceAnimationLibrary Inheritance flash.utils.Dictionary

Store for all animations associated with an externally loaded file.

Public Methods
 MethodDefined by
  
Adds an animation name reference to the library.
AnimationLibrary
  
Returns an animation data object for the given name reference in the library.
AnimationLibrary
Method detail
addAnimation()method
public function addAnimation(name:String):AnimationData

Adds an animation name reference to the library.

Parameters
name:String

Returns
AnimationData
getAnimation()method 
public function getAnimation(name:String):AnimationData

Returns an animation data object for the given name reference in the library.

Parameters
name:String

Returns
AnimationData
Wiki link
Click to go to the wiki page for 'away3d.loaders.utils.AnimationLibrary'

Code examples

Comments