Property | Defined by | ||
---|---|---|---|
![]() | asset : DaeAsset
| DaeEntity | |
![]() | async : Boolean | DaeEntity | |
![]() | extras : Object | DaeEntity | |
![]() | id : String | DaeEntity | |
morph : DaeMorph
| DaeController | ||
![]() | name : String | DaeEntity | |
![]() | sid : String | DaeEntity | |
skin : DaeSkin
| DaeController | ||
type : uint | DaeController |
Method | Defined by | ||
---|---|---|---|
DaeController(node:XML = null)
| DaeController | ||
![]() |
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
| DaeController | ||
![]() |
write(indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleEndElement(nodeName:String, indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleStartElement(nodeName:String, indent:String = ""):String
| DaeEntity |
Constant | Defined by | ||
---|---|---|---|
TYPE_MORPH : uint = 1 [static]
| DaeController | ||
TYPE_SKIN : uint = 0 [static]
| DaeController |
morph | property |
public var morph:DaeMorph
skin | property |
public var skin:DaeSkin
type | property |
public var type:uint
DaeController | () | constructor |
public function DaeController(node:XML = null)
Parameters
node:XML (default = null )
|
read | () | method |
public override function read(node:XML):void
Parameters
node:XML |
TYPE_MORPH | constant |
public static const TYPE_MORPH:uint = 1
TYPE_SKIN | constant |
public static const TYPE_SKIN:uint = 0