Packageorg.ascollada.core
Classpublic class DaeChannel
InheritanceDaeChannel Inheritance DaeEntity



Public Properties
 PropertyDefined by
 Inheritedasset : DaeAsset
DaeEntity
 Inheritedasync : Boolean
DaeEntity
  curves : Array
DaeChannel
 Inheritedextras : Object
DaeEntity
 Inheritedid : String
DaeEntity
  input : Array
DaeChannel
  interpolations : Array
DaeChannel
 Inheritedname : String
DaeEntity
  output : Array
DaeChannel
 Inheritedsid : String
DaeEntity
  source : String
source - required
DaeChannel
  syntax : DaeAddressSyntax
some info on the target attribute
DaeChannel
  target : String
target - required
DaeChannel
Public Methods
 MethodDefined by
  
DaeChannel(node:XML)
DaeChannel
  
createCurves(numCurves:uint = 12):void
DaeChannel
 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
  
read(node:XML):void
DaeChannel
  
update(dt:Number):Array
DaeChannel
 Inherited
write(indent:String = ""):String
DaeEntity
 Inherited
writeSimpleEndElement(nodeName:String, indent:String = ""):String
DaeEntity
 Inherited
writeSimpleStartElement(nodeName:String, indent:String = ""):String
DaeEntity
Property detail
curvesproperty
public var curves:Array

inputproperty 
public var input:Array

interpolationsproperty 
public var interpolations:Array

outputproperty 
public var output:Array

sourceproperty 
public var source:String

source - required

syntaxproperty 
public var syntax:DaeAddressSyntax

some info on the target attribute

targetproperty 
public var target:String

target - required

Constructor detail
DaeChannel()constructor
public function DaeChannel(node:XML)

Parameters
node:XML
Method detail
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

Returns
Array