Packageorg.ascollada.core
Classpublic class DaeAnimationCurve
InheritanceDaeAnimationCurve Inheritance DaeEntity



Public Properties
 PropertyDefined by
 Inheritedasset : DaeAsset
DaeEntity
 Inheritedasync : Boolean
DaeEntity
  easeInOuts : Array
DaeAnimationCurve
 Inheritedextras : Object
DaeEntity
 Inheritedid : String
DaeEntity
  inTangents : Array
DaeAnimationCurve
  interpolations : Array
DaeAnimationCurve
  interpolationType : uint = 1
DaeAnimationCurve
  keys : Array
DaeAnimationCurve
  keyValues : Array
DaeAnimationCurve
 Inheritedname : String
DaeEntity
  outTangents : Array
DaeAnimationCurve
  postInfinity : uint = 0
DaeAnimationCurve
  preInfinity : uint = 0
DaeAnimationCurve
 Inheritedsid : String
DaeEntity
  tcbParameters : Array
DaeAnimationCurve
Public Methods
 MethodDefined by
  
DaeAnimationCurve(keys:Array = null, keyValues:Array = null)
DaeAnimationCurve
  
evaluate(dt:Number):Number
main workhorse for the animation system.
DaeAnimationCurve
 Inherited
getAttribute(node:XML, name:String, stripPound:Boolean = true):String
DaeEntity
 Inherited
getAttributeAsFloat(node:XML, name:String, defaultValue:Number = 0):Number
DaeEntity
 Inherited
getAttributeAsInt(node:XML, name:String, defaultValue:int = 0):int
DaeEntity
 Inherited
getBools(node:XML):Array
DaeEntity
 Inherited
getFloats(node:XML):Array
DaeEntity
 Inherited
getInts(node:XML):Array
DaeEntity
 Inherited
getNode(parent:XML, nodeName:String):XML
DaeEntity
 Inherited
getNodeById(parent:XML, nodeName:String, id:String):XML
DaeEntity
 Inherited
getNodeContent(parent:XML):String
DaeEntity
 Inherited
getNodeList(parent:XML, nodeName:String):XMLList
DaeEntity
 Inherited
getStrings(node:XML):Array
DaeEntity
 Inherited
read(node:XML):void
DaeEntity
 Inherited
write(indent:String = ""):String
DaeEntity
 Inherited
writeSimpleEndElement(nodeName:String, indent:String = ""):String
DaeEntity
 Inherited
writeSimpleStartElement(nodeName:String, indent:String = ""):String
DaeEntity
Public Constants
 ConstantDefined by
  INFINITY_CONSTANT : uint = 0
[static]
DaeAnimationCurve
  INFINITY_CYCLE : uint = 2
[static]
DaeAnimationCurve
  INFINITY_CYCLE_RELATIVE : uint = 3
[static]
DaeAnimationCurve
  INFINITY_DEFAULT : uint = 0
[static]
DaeAnimationCurve
  INFINITY_LINEAR : uint = 1
[static]
DaeAnimationCurve
  INFINITY_OSCILLATE : uint = 4
[static]
DaeAnimationCurve
  INFINITY_UNKNOWN : uint = 5
[static]
DaeAnimationCurve
  INTERPOLATION_BEZIER : uint = 2
[static]
DaeAnimationCurve
  INTERPOLATION_DEFAULT : uint = 0
[static]
DaeAnimationCurve
  INTERPOLATION_LINEAR : uint = 1
[static]
DaeAnimationCurve
  INTERPOLATION_STEP : uint = 0
[static]
DaeAnimationCurve
  INTERPOLATION_TCB : uint = 3
[static]
DaeAnimationCurve
  INTERPOLATION_UNKNOWN : uint = 4
[static]
DaeAnimationCurve
Property detail
easeInOutsproperty
public var easeInOuts:Array
inTangentsproperty 
public var inTangents:Array
interpolationsproperty 
public var interpolations:Array
interpolationTypeproperty 
public var interpolationType:uint = 1
keysproperty 
public var keys:Array
keyValuesproperty 
public var keyValues:Array
outTangentsproperty 
public var outTangents:Array
postInfinityproperty 
public var postInfinity:uint = 0
preInfinityproperty 
public var preInfinity:uint = 0
tcbParametersproperty 
public var tcbParameters:Array
Constructor detail
DaeAnimationCurve()constructor
public function DaeAnimationCurve(keys:Array = null, keyValues:Array = null)

Parameters
keys:Array (default = null)
 
keyValues:Array (default = null)
Method detail
evaluate()method
public function evaluate(dt:Number):Number

main workhorse for the animation system.

Parameters
dt:Number

Returns
Number
Constant detail
INFINITY_CONSTANTconstant
public static const INFINITY_CONSTANT:uint = 0
INFINITY_CYCLEconstant 
public static const INFINITY_CYCLE:uint = 2
INFINITY_CYCLE_RELATIVEconstant 
public static const INFINITY_CYCLE_RELATIVE:uint = 3
INFINITY_DEFAULTconstant 
public static const INFINITY_DEFAULT:uint = 0
INFINITY_LINEARconstant 
public static const INFINITY_LINEAR:uint = 1
INFINITY_OSCILLATEconstant 
public static const INFINITY_OSCILLATE:uint = 4
INFINITY_UNKNOWNconstant 
public static const INFINITY_UNKNOWN:uint = 5
INTERPOLATION_BEZIERconstant 
public static const INTERPOLATION_BEZIER:uint = 2
INTERPOLATION_DEFAULTconstant 
public static const INTERPOLATION_DEFAULT:uint = 0
INTERPOLATION_LINEARconstant 
public static const INTERPOLATION_LINEAR:uint = 1
INTERPOLATION_STEPconstant 
public static const INTERPOLATION_STEP:uint = 0
INTERPOLATION_TCBconstant 
public static const INTERPOLATION_TCB:uint = 3
INTERPOLATION_UNKNOWNconstant 
public static const INTERPOLATION_UNKNOWN:uint = 4