Package | away3d.loaders.data |
Class | public class AnimationData |
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 : Array
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 : Array
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:Array
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:Array
Array representing the vertices used in vertex animation.
clone | () | method |
public function clone(object:Object3D):AnimationData
Parameters
object:Object3D |
AnimationData |