Package | away3d.loaders.data |
Class | public class AnimationData |
Inheritance | AnimationData Object |
See also
Property | Defined By | ||
---|---|---|---|
animationType : String
String representing the animation type. | AnimationData | ||
animator : Animator
Reference to the animation object of the resulting animation. | AnimationData | ||
channels : Dictionary
Dictonary of names representing the animation channels used in skin animation. | AnimationData | ||
end : Number = 0
Reference to the number of seconds the animation ends. | AnimationData | ||
frames : Vector.<Vector3D>
Array representing the frames used in vertex animation. | 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 | ||
vertices : Vector.<Vertex>
Array representing the vertices used in vertex animation. | AnimationData |
Method | Defined By | ||
---|---|---|---|
AnimationData |
animationType | property |
public var animationType:String
String representing the animation type.
animator | property |
public var animator:Animator
Reference to the animation object of the resulting animation.
channels | property |
public var channels:Dictionary
Dictonary of names representing the animation channels used in skin animation.
end | property |
public var end:Number = 0
Reference to the number of seconds the animation ends.
frames | property |
public var frames:Vector.<Vector3D>
Array representing the frames used in vertex animation.
name | property |
public var name:String
The name of the animation used as a unique reference.
start | property |
public var start:Number = Infinity
Reference to the time the animation starts.
vertices | property |
public var vertices:Vector.<Vertex>
Array representing the vertices used in vertex animation.
clone | () | method |