Packageorg.ascollada.core
Classpublic class DaeAccessor
InheritanceDaeAccessor Inheritance DaeEntity



Public Properties
 PropertyDefined by
 Inheritedasset : DaeAsset
DaeEntity
 Inheritedasync : Boolean
DaeEntity
  count : uint
count - required
DaeAccessor
 Inheritedextras : Object
DaeEntity
 Inheritedid : String
DaeEntity
 Inheritedname : String
DaeEntity
  offset : uint
offset - optional - default 0
DaeAccessor
  params : Object
params - optional - 0 or more
DaeAccessor
 Inheritedsid : String
DaeEntity
  source : String
source - required
DaeAccessor
  stride : uint
stride - optional - default 1
DaeAccessor
Public Methods
 MethodDefined by
  
DaeAccessor(node:XML = null)
DaeAccessor
 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
DaeAccessor
 Inherited
write(indent:String = ""):String
DaeEntity
 Inherited
writeSimpleEndElement(nodeName:String, indent:String = ""):String
DaeEntity
 Inherited
writeSimpleStartElement(nodeName:String, indent:String = ""):String
DaeEntity
Property detail
countproperty
public var count:uint

count - required

offsetproperty 
public var offset:uint

offset - optional - default 0

paramsproperty 
public var params:Object

params - optional - 0 or more

sourceproperty 
public var source:String

source - required

strideproperty 
public var stride:uint

stride - optional - default 1

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

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

Parameters
node:XML