PropertyInfoObj An object containing the updating info for a given property (its starting value, its final value, and a few other things)
function PropertyInfoObj(p_valueStart:Number, p_valueComplete:Number, p_originalValueComplete:Object, p_arrayIndex:Number, p_extra:Object, p_isSpecialProperty:Boolean, p_modifierFunction:Function, p_modifierParameters:Array)Initializes the basic PropertyInfoObj.
p_valueStart | Number Starting value of the tweening (null if not started yet) |
p_valueComplete | Number Final (desired) property value |
public valueStart:Numberpublic valueComplete:Numberpublic originalValueComplete:Objectpublic arrayIndex:Numberpublic extra:Objectpublic isSpecialProperty:Booleanpublic hasModifier:Booleanpublic modifierFunction:Functionpublic modifierParameters:Arraypublic function clone():PropertyInfoObjClones this property info and returns the new PropertyInfoObj
TweenListObj A copy of this object