Packagestencyl.api.engine.actor
Classpublic class Animation
InheritanceAnimation Inheritance Object



Public Properties
 PropertyDefined By
  animID : Number
Animation
  animName : String
Animation
  durations : Array
Animation
  framesAcross : Number
Animation
  framesDown : Number
Animation
  imgData : *
Animation
  imgHeight : Number
Animation
  imgWidth : Number
Animation
  looping : Boolean
Animation
  parentID : Number
Animation
  shapes : Array
Animation
Public Methods
 MethodDefined By
  
Animation(animID:Number, animName:String, parentID:Number, shapes:Array, looping:Boolean, imgData:*, imgWidth:Number, imgHeight:Number, durations:Array, framesAcross:Number, framesDown:Number)
Animation
Property Detail
animIDproperty
public var animID:Number

animNameproperty 
public var animName:String

durationsproperty 
public var durations:Array

framesAcrossproperty 
public var framesAcross:Number

framesDownproperty 
public var framesDown:Number

imgDataproperty 
public var imgData:*

imgHeightproperty 
public var imgHeight:Number

imgWidthproperty 
public var imgWidth:Number

loopingproperty 
public var looping:Boolean

parentIDproperty 
public var parentID:Number

shapesproperty 
public var shapes:Array

Constructor Detail
Animation()Constructor
public function Animation(animID:Number, animName:String, parentID:Number, shapes:Array, looping:Boolean, imgData:*, imgWidth:Number, imgHeight:Number, durations:Array, framesAcross:Number, framesDown:Number)



Parameters
animID:Number
 
animName:String
 
parentID:Number
 
shapes:Array
 
looping:Boolean
 
imgData:*
 
imgWidth:Number
 
imgHeight:Number
 
durations:Array
 
framesAcross:Number
 
framesDown:Number