Package | away3dlite.loaders.data |
Class | public class AnimationData |
Inheritance | AnimationData Object |
See also
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
AnimationData |
Constant | Defined By | ||
---|---|---|---|
SKIN_ANIMATION : String = skinAnimation [static]
String representing a skin animation. | AnimationData | ||
VERTEX_ANIMATION : String = vertexAnimation [static]
String representing a vertex animation. | AnimationData |
animation | property |
public var animation:BonesAnimator
Reference to the animation object of the resulting animation.
animationType | property |
public var animationType:String = skinAnimation
String representing the animation type.
channels | property |
public var channels:Dictionary
Dictonary of names representing the animation channels used in the animation.
end | property |
public var end:Number = 0
Reference to the number of seconds the animation ends.
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.
clone | () | method |
SKIN_ANIMATION | Constant |
public static const SKIN_ANIMATION:String = skinAnimation
String representing a skin animation.
VERTEX_ANIMATION | Constant |
public static const VERTEX_ANIMATION:String = vertexAnimation
String representing a vertex animation.