Packageorg.ascollada.fx
Classpublic class DaeConstant
InheritanceDaeConstant Inheritance DaeEntity
SubclassesDaeLambert



Public Properties
 PropertyDefined by
 Inheritedasset : DaeAsset
DaeEntity
 Inheritedasync : Boolean
DaeEntity
  emission : DaeColorOrTexture
DaeConstant
 Inheritedextras : Object
DaeEntity
 Inheritedid : String
DaeEntity
  index_of_refraction : Number = 0
DaeConstant
 Inheritedname : String
DaeEntity
  reflective : DaeColorOrTexture
DaeConstant
  reflectivity : Number = 0
DaeConstant
 Inheritedsid : String
DaeEntity
  transparency : Number = 0
DaeConstant
  transparent : DaeColorOrTexture
DaeConstant
Public Methods
 MethodDefined by
  
DaeConstant(node:XML = null)
DaeConstant
 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
DaeConstant
 Inherited
write(indent:String = ""):String
DaeEntity
 Inherited
writeSimpleEndElement(nodeName:String, indent:String = ""):String
DaeEntity
 Inherited
writeSimpleStartElement(nodeName:String, indent:String = ""):String
DaeEntity
Property detail
emissionproperty
public var emission:DaeColorOrTexture
index_of_refractionproperty 
public var index_of_refraction:Number = 0
reflectiveproperty 
public var reflective:DaeColorOrTexture
reflectivityproperty 
public var reflectivity:Number = 0
transparencyproperty 
public var transparency:Number = 0
transparentproperty 
public var transparent:DaeColorOrTexture
Constructor detail
DaeConstant()constructor
public function DaeConstant(node:XML = null)

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

Parameters
node:XML