Property | Defined by | ||
---|---|---|---|
![]() | asset : DaeAsset
| DaeEntity | |
![]() | async : Boolean | DaeEntity | |
curves : Array | DaeChannel | ||
![]() | extras : Object | DaeEntity | |
![]() | id : String | DaeEntity | |
input : Array | DaeChannel | ||
interpolations : Array | DaeChannel | ||
![]() | name : String | DaeEntity | |
output : Array | DaeChannel | ||
![]() | sid : String | DaeEntity | |
source : String source - required
| DaeChannel | ||
syntax : DaeAddressSyntax
some info on the target attribute
| DaeChannel | ||
target : String target - required
| DaeChannel |
Method | Defined by | ||
---|---|---|---|
DaeChannel(node:XML)
| DaeChannel | ||
createCurves(numCurves:uint = 12):void
| DaeChannel | ||
![]() |
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
| DaeChannel | ||
update(dt:Number):Array
| DaeChannel | ||
![]() |
write(indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleEndElement(nodeName:String, indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleStartElement(nodeName:String, indent:String = ""):String
| DaeEntity |
curves | property |
public var curves:Array
input | property |
public var input:Array
interpolations | property |
public var interpolations:Array
output | property |
public var output:Array
source | property |
public var source:String
source - required
syntax | property |
public var syntax:DaeAddressSyntax
some info on the target attribute
target | property |
public var target:String
target - required
DaeChannel | () | constructor |
public function DaeChannel(node:XML)
Parameters
node:XML |
createCurves | () | method |
public function createCurves(numCurves:uint = 12):void
Parameters
numCurves:uint (default = 12 )
|
read | () | method |
public override function read(node:XML):void
Parameters
node:XML |
update | () | method |
public function update(dt:Number):Array
Parameters
dt:Number |
Array |