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