Property | Defined by | ||
---|---|---|---|
![]() | asset : DaeAsset
| DaeEntity | |
![]() | async : Boolean | DaeEntity | |
![]() | extras : Object | DaeEntity | |
![]() | id : String | DaeEntity | |
method : String | DaeMorph | ||
![]() | name : String | DaeEntity | |
![]() | sid : String | DaeEntity | |
source : String | DaeMorph | ||
targets : Array | DaeMorph | ||
weights : Array | DaeMorph |
Method | Defined by | ||
---|---|---|---|
DaeMorph(node:XML = null)
| DaeMorph | ||
![]() |
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
| DaeMorph | ||
![]() |
write(indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleEndElement(nodeName:String, indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleStartElement(nodeName:String, indent:String = ""):String
| DaeEntity |
Constant | Defined by | ||
---|---|---|---|
METHOD_NORMALIZED : String = "NORMALIZED" [static]
| DaeMorph | ||
METHOD_RELATIVE : String = "RELATIVE" [static]
| DaeMorph |
method | property |
public var method:String
source | property |
public var source:String
targets | property |
public var targets:Array
weights | property |
public var weights:Array
DaeMorph | () | constructor |
public function DaeMorph(node:XML = null)
Parameters
node:XML (default = null )
|
read | () | method |
public override function read(node:XML):void
Parameters
node:XML |
METHOD_NORMALIZED | constant |
public static const METHOD_NORMALIZED:String = "NORMALIZED"
METHOD_RELATIVE | constant |
public static const METHOD_RELATIVE:String = "RELATIVE"