Packageaway3d.animators.data
Classpublic class AnimationGroup

Holds information about a list of animation sequences.

Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
AnimationGroup
(playlist:Array = null, loopLast:Boolean = false)
Creates a new AnimationSequence object.
AnimationGroup
Property detail
fpsproperty
public var fps:uint

Determines the speed of playback in frames per second.

loopproperty 
public var loop:Boolean

Determines whether the animation sequence should loop.

loopLastproperty 
public var loopLast:Boolean

Determines if the last animation sequence should be looped.

playlistproperty 
public var playlist:Array

An array of animation sequence objects.

Constructor detail
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.
Init Parameters
Wiki link
Click to go to the wiki page for 'away3d.animators.data.AnimationGroup'

Code examples

Comments