Property | Defined by | ||
---|---|---|---|
animation_clips : Object | DaeDocument | ||
animations : Object | DaeDocument | ||
![]() | asset : DaeAsset
| DaeEntity | |
![]() | async : Boolean | DaeEntity | |
cameras : Object | DaeDocument | ||
COLLADA : XML | DaeDocument | ||
controllers : Object | DaeDocument | ||
effects : Object | DaeDocument | ||
![]() | extras : Object | DaeEntity | |
geometries : Object | DaeDocument | ||
![]() | id : String | DaeEntity | |
images : Object | DaeDocument | ||
materials : Object | DaeDocument | ||
materialSymbolToTarget : Object | DaeDocument | ||
![]() | name : String | DaeEntity | |
nodes : Object | DaeDocument | ||
numQueuedAnimations : uint [read-only]
| DaeDocument | ||
numQueuedGeometries : uint [read-only]
| DaeDocument | ||
physics_scenes : Object | DaeDocument | ||
pscene : DaePhysicsScene | DaeDocument | ||
![]() | sid : String | DaeEntity | |
version : String | DaeDocument | ||
visual_scenes : Object | DaeDocument | ||
vscene : DaeVisualScene | DaeDocument | ||
yUp : uint | DaeDocument |
Method | Defined by | ||
---|---|---|---|
DaeDocument(object:Object, async:Boolean = false)
| DaeDocument | ||
![]() |
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 | |
getDaeNodeById(id:String, useSID:Boolean = false):DaeNode
| DaeDocument | ||
getDaeNodeByIdOrSID(id:String):DaeNode
| DaeDocument | ||
![]() |
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
| DaeDocument | ||
readNextAnimation():Boolean
| DaeDocument | ||
readNextGeometry():Boolean
| DaeDocument | ||
![]() |
write(indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleEndElement(nodeName:String, indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleStartElement(nodeName:String, indent:String = ""):String
| DaeEntity |
Constant | Defined by | ||
---|---|---|---|
X_UP : uint = 0 [static]
| DaeDocument | ||
Y_UP : uint = 1 [static]
| DaeDocument | ||
Z_UP : uint = 2 [static]
| DaeDocument |
animation_clips | property |
public var animation_clips:Object
animations | property |
public var animations:Object
cameras | property |
public var cameras:Object
COLLADA | property |
public var COLLADA:XML
controllers | property |
public var controllers:Object
effects | property |
public var effects:Object
geometries | property |
public var geometries:Object
images | property |
public var images:Object
materials | property |
public var materials:Object
materialSymbolToTarget | property |
public var materialSymbolToTarget:Object
nodes | property |
public var nodes:Object
numQueuedAnimations | property |
numQueuedAnimations:uint
[read-only]Implementation
public function get numQueuedAnimations():uint
numQueuedGeometries | property |
numQueuedGeometries:uint
[read-only]Implementation
public function get numQueuedGeometries():uint
physics_scenes | property |
public var physics_scenes:Object
pscene | property |
public var pscene:DaePhysicsScene
version | property |
public var version:String
visual_scenes | property |
public var visual_scenes:Object
vscene | property |
public var vscene:DaeVisualScene
yUp | property |
public var yUp:uint
DaeDocument | () | constructor |
public function DaeDocument(object:Object, async:Boolean = false)
Parameters
object:Object |
|
async:Boolean (default = false )
|
getDaeNodeById | () | method |
public function getDaeNodeById(id:String, useSID:Boolean = false):DaeNode
Parameters
id:String |
|
useSID:Boolean (default = false )
|
DaeNode |
getDaeNodeByIdOrSID | () | method |
read | () | method |
public override function read(node:XML):void
Parameters
node:XML |
readNextAnimation | () | method |
public function readNextAnimation():Boolean
Returns
Boolean |
readNextGeometry | () | method |
public function readNextGeometry():Boolean
Returns
Boolean |
X_UP | constant |
public static const X_UP:uint = 0
Y_UP | constant |
public static const Y_UP:uint = 1
Z_UP | constant |
public static const Z_UP:uint = 2