Package | away3d.animators.data |
Class | public class AnimationFrame |
Property | Defined by | ||
---|---|---|---|
frame : Number
Frame number.
| AnimationFrame | ||
sort : String
An optional sort string used to order the animation frames.
| AnimationFrame | ||
time : uint
Time from the start of the animation.
| AnimationFrame |
Method | Defined by | ||
---|---|---|---|
AnimationFrame
(frame:Number, sort:String = null)
Creates a new
AnimationFrame object. | AnimationFrame |
frame | property |
public var frame:Number
Frame number.
sort | property |
public var sort:String
An optional sort string used to order the animation frames.
time | property |
public var time:uint
Time from the start of the animation.
AnimationFrame | () | constructor |
public function AnimationFrame(frame:Number, sort:String = null)
Parameters
frame:Number — The number of the frame in it's sequence.
|
|
sort:String (default = null ) — An optional sort string used to order the animation frames.
|