Packageorg.ascollada.core
Classpublic class DaeController
InheritanceDaeController Inheritance DaeEntity



Public Properties
 PropertyDefined by
 Inheritedasset : DaeAsset
DaeEntity
 Inheritedasync : Boolean
DaeEntity
 Inheritedextras : Object
DaeEntity
 Inheritedid : String
DaeEntity
  morph : DaeMorph
DaeController
 Inheritedname : String
DaeEntity
 Inheritedsid : String
DaeEntity
  skin : DaeSkin
DaeController
  type : uint
DaeController
Public Methods
 MethodDefined by
  
DaeController(node:XML = null)
DaeController
 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
DaeController
 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
  TYPE_MORPH : uint = 1
[static]
DaeController
  TYPE_SKIN : uint = 0
[static]
DaeController
Property detail
morphproperty
public var morph:DaeMorph

skinproperty 
public var skin:DaeSkin

typeproperty 
public var type:uint

Constructor detail
DaeController()constructor
public function DaeController(node:XML = null)

Parameters
node:XML (default = null)
Method detail
read()method
public override function read(node:XML):void

Parameters
node:XML
Constant detail
TYPE_MORPHconstant
public static const TYPE_MORPH:uint = 1
TYPE_SKINconstant 
public static const TYPE_SKIN:uint = 0