Packageaway3dlite.loaders.data
Classpublic class AnimationData
InheritanceAnimationData Inheritance Object

Data class for the animation of a mesh.

See also

away3dlite.loaders.data.MeshData


Public Properties
 PropertyDefined By
  animation : BonesAnimator
Reference to the animation object of the resulting animation.
AnimationData
  animationType : String = skinAnimation
String representing the animation type.
AnimationData
  channels : Dictionary
Dictonary of names representing the animation channels used in the animation.
AnimationData
  end : Number = 0
Reference to the number of seconds the animation ends.
AnimationData
  name : String
The name of the animation used as a unique reference.
AnimationData
  start : Number = Infinity
Reference to the time the animation starts.
AnimationData
Public Methods
 MethodDefined By
  
AnimationData
Public Constants
 ConstantDefined By
  SKIN_ANIMATION : String = skinAnimation
[static] String representing a skin animation.
AnimationData
  VERTEX_ANIMATION : String = vertexAnimation
[static] String representing a vertex animation.
AnimationData
Property Detail
animationproperty
public var animation:BonesAnimator

Reference to the animation object of the resulting animation.

animationTypeproperty 
public var animationType:String = skinAnimation

String representing the animation type.

channelsproperty 
public var channels:Dictionary

Dictonary of names representing the animation channels used in the animation.

endproperty 
public var end:Number = 0

Reference to the number of seconds the animation ends.

nameproperty 
public var name:String

The name of the animation used as a unique reference.

startproperty 
public var start:Number = Infinity

Reference to the time the animation starts.

Method Detail
clone()method
public function clone(object:Object3D):AnimationData

Parameters

object:Object3D

Returns
AnimationData
Constant Detail
SKIN_ANIMATIONConstant
public static const SKIN_ANIMATION:String = skinAnimation

String representing a skin animation.

VERTEX_ANIMATIONConstant 
public static const VERTEX_ANIMATION:String = vertexAnimation

String representing a vertex animation.