Package | org.ascollada.fx |
Class | public class DaeConstant |
Inheritance | DaeConstant ![]() |
Subclasses | DaeLambert |
Property | Defined by | ||
---|---|---|---|
![]() | asset : DaeAsset
| DaeEntity | |
![]() | async : Boolean | DaeEntity | |
emission : DaeColorOrTexture | DaeConstant | ||
![]() | extras : Object | DaeEntity | |
![]() | id : String | DaeEntity | |
index_of_refraction : Number = 0 | DaeConstant | ||
![]() | name : String | DaeEntity | |
reflective : DaeColorOrTexture | DaeConstant | ||
reflectivity : Number = 0 | DaeConstant | ||
![]() | sid : String | DaeEntity | |
transparency : Number = 0 | DaeConstant | ||
transparent : DaeColorOrTexture | DaeConstant |
Method | Defined by | ||
---|---|---|---|
DaeConstant(node:XML = null)
| DaeConstant | ||
![]() |
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
| DaeConstant | ||
![]() |
write(indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleEndElement(nodeName:String, indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleStartElement(nodeName:String, indent:String = ""):String
| DaeEntity |
emission | property |
public var emission:DaeColorOrTexture
index_of_refraction | property |
public var index_of_refraction:Number = 0
reflective | property |
public var reflective:DaeColorOrTexture
reflectivity | property |
public var reflectivity:Number = 0
transparency | property |
public var transparency:Number = 0
transparent | property |
public var transparent:DaeColorOrTexture
DaeConstant | () | constructor |
public function DaeConstant(node:XML = null)
Parameters
node:XML (default = null )
|
read | () | method |
public override function read(node:XML):void
Parameters
node:XML |