Package | org.ascollada.core |
Class | public class DaeAnimationCurve |
Inheritance | DaeAnimationCurve ![]() |
Property | Defined by | ||
---|---|---|---|
![]() | asset : DaeAsset
| DaeEntity | |
![]() | async : Boolean | DaeEntity | |
easeInOuts : Array | DaeAnimationCurve | ||
![]() | extras : Object | DaeEntity | |
![]() | id : String | DaeEntity | |
inTangents : Array | DaeAnimationCurve | ||
interpolations : Array | DaeAnimationCurve | ||
interpolationType : uint = 1 | DaeAnimationCurve | ||
keys : Array | DaeAnimationCurve | ||
keyValues : Array | DaeAnimationCurve | ||
![]() | name : String | DaeEntity | |
outTangents : Array | DaeAnimationCurve | ||
postInfinity : uint = 0 | DaeAnimationCurve | ||
preInfinity : uint = 0 | DaeAnimationCurve | ||
![]() | sid : String | DaeEntity | |
tcbParameters : Array | DaeAnimationCurve |
Method | Defined by | ||
---|---|---|---|
DaeAnimationCurve(keys:Array = null, keyValues:Array = null)
| DaeAnimationCurve | ||
evaluate(dt:Number):Number
main workhorse for the animation system.
| DaeAnimationCurve | ||
![]() |
getAttribute(node:XML, name:String, stripPound:Boolean = true):String
| DaeEntity | |
![]() |
getAttributeAsFloat(node:XML, name:String, defaultValue:Number = 0):Number
| DaeEntity | |
![]() |
getAttributeAsInt(node:XML, name:String, defaultValue:int = 0):int
| DaeEntity | |
![]() |
getBools(node:XML):Array
| DaeEntity | |
![]() |
getFloats(node:XML):Array
| DaeEntity | |
![]() |
getInts(node:XML):Array
| DaeEntity | |
![]() |
getNode(parent:XML, nodeName:String):XML
| DaeEntity | |
![]() |
getNodeById(parent:XML, nodeName:String, id:String):XML
| DaeEntity | |
![]() |
getNodeContent(parent:XML):String
| DaeEntity | |
![]() |
getNodeList(parent:XML, nodeName:String):XMLList
| DaeEntity | |
![]() |
getStrings(node:XML):Array
| DaeEntity | |
![]() |
read(node:XML):void
| DaeEntity | |
![]() |
write(indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleEndElement(nodeName:String, indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleStartElement(nodeName:String, indent:String = ""):String
| DaeEntity |
Constant | Defined 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 |
easeInOuts | property |
public var easeInOuts:Array
inTangents | property |
public var inTangents:Array
interpolations | property |
public var interpolations:Array
interpolationType | property |
public var interpolationType:uint = 1
keys | property |
public var keys:Array
keyValues | property |
public var keyValues:Array
outTangents | property |
public var outTangents:Array
postInfinity | property |
public var postInfinity:uint = 0
preInfinity | property |
public var preInfinity:uint = 0
tcbParameters | property |
public var tcbParameters:Array
DaeAnimationCurve | () | constructor |
public function DaeAnimationCurve(keys:Array = null, keyValues:Array = null)
Parameters
keys:Array (default = null )
|
|
keyValues:Array (default = null )
|
evaluate | () | method |
public function evaluate(dt:Number):Number
main workhorse for the animation system.
Parametersdt:Number |
Number |
INFINITY_CONSTANT | constant |
public static const INFINITY_CONSTANT:uint = 0
INFINITY_CYCLE | constant |
public static const INFINITY_CYCLE:uint = 2
INFINITY_CYCLE_RELATIVE | constant |
public static const INFINITY_CYCLE_RELATIVE:uint = 3
INFINITY_DEFAULT | constant |
public static const INFINITY_DEFAULT:uint = 0
INFINITY_LINEAR | constant |
public static const INFINITY_LINEAR:uint = 1
INFINITY_OSCILLATE | constant |
public static const INFINITY_OSCILLATE:uint = 4
INFINITY_UNKNOWN | constant |
public static const INFINITY_UNKNOWN:uint = 5
INTERPOLATION_BEZIER | constant |
public static const INTERPOLATION_BEZIER:uint = 2
INTERPOLATION_DEFAULT | constant |
public static const INTERPOLATION_DEFAULT:uint = 0
INTERPOLATION_LINEAR | constant |
public static const INTERPOLATION_LINEAR:uint = 1
INTERPOLATION_STEP | constant |
public static const INTERPOLATION_STEP:uint = 0
INTERPOLATION_TCB | constant |
public static const INTERPOLATION_TCB:uint = 3
INTERPOLATION_UNKNOWN | constant |
public static const INTERPOLATION_UNKNOWN:uint = 4