Package | away3d.core.base |
Class | public class AnimationGroup |
Property | Defined by | ||
---|---|---|---|
fps : uint
Determines the speed of playback in frames per second.
| AnimationGroup | ||
loop : Boolean
Determines whether the animation sequence should loop.
| AnimationGroup | ||
loopLast : Boolean
Determines if the last animation sequence should be looped.
| AnimationGroup | ||
playlist : Array
An array of animation sequence objects.
| AnimationGroup |
Method | Defined by | ||
---|---|---|---|
AnimationGroup
(playlist:Array = null, loopLast:Boolean = false)
Creates a new
AnimationSequence object. | AnimationGroup |
fps | property |
public var fps:uint
Determines the speed of playback in frames per second.
loop | property |
public var loop:Boolean
Determines whether the animation sequence should loop.
loopLast | property |
public var loopLast:Boolean
Determines if the last animation sequence should be looped.
playlist | property |
public var playlist:Array
An array of animation sequence objects.
AnimationGroup | () | constructor |
public function AnimationGroup(playlist:Array = null, loopLast:Boolean = false)
Parameters
playlist:Array (default = null ) — An array of animation sequence objects.
|
|
loopLast:Boolean (default = false ) — Determines if the last animation sequence should be looped.
|