Package | com.mousman.as3.agal.parser.objs |
Class | public class MPolygoneGroup3D |
Inheritance | MPolygoneGroup3D ![]() |
Implements | IDestroyable |
Property | Defined By | ||
---|---|---|---|
id : String [read-only]
id of a polygon group instance
| MPolygoneGroup3D | ||
mtlSet : MMtlSet
mtlSet of a instance of polygon group
| MPolygoneGroup3D | ||
nbVertices : int
number of vertices in an instance of a polygon group
| MPolygoneGroup3D | ||
pGBExportSet : Vector.<MPGBuffersExport> [read-only]
a vector of MPGBuffersExport
| MPolygoneGroup3D | ||
polygonBufferSet : Vector.<MPolygonGroupBuffers> [read-only]
a vector of MPolygonGroupBuffers
| MPolygoneGroup3D | ||
smoothShading : Number
value of the smooth shading for an instance of a polygon group
| MPolygoneGroup3D |
Method | Defined By | ||
---|---|---|---|
MPolygoneGroup3D(id:String)
Constructor. | MPolygoneGroup3D | ||
addPGBExport(pBuffers:MPGBuffersExport):void
add a MPGBuffersExport to the polygon group
| MPolygoneGroup3D | ||
addPolygonBuffers(pBuffers:MPolygonGroupBuffers):void
add a MPolygonGroupBuffers to the polygon group
| MPolygoneGroup3D | ||
destroy():void | MPolygoneGroup3D |
id | property |
id:String
[read-only] id of a polygon group instance
public function get id():String
mtlSet | property |
mtlSet:MMtlSet
mtlSet of a instance of polygon group
public function get mtlSet():MMtlSet
public function set mtlSet(value:MMtlSet):void
nbVertices | property |
nbVertices:int
number of vertices in an instance of a polygon group
public function get nbVertices():int
public function set nbVertices(value:int):void
pGBExportSet | property |
pGBExportSet:Vector.<MPGBuffersExport>
[read-only] a vector of MPGBuffersExport
public function get pGBExportSet():Vector.<MPGBuffersExport>
polygonBufferSet | property |
polygonBufferSet:Vector.<MPolygonGroupBuffers>
[read-only] a vector of MPolygonGroupBuffers
public function get polygonBufferSet():Vector.<MPolygonGroupBuffers>
smoothShading | property |
smoothShading:Number
value of the smooth shading for an instance of a polygon group
public function get smoothShading():Number
public function set smoothShading(value:Number):void
MPolygoneGroup3D | () | Constructor |
public function MPolygoneGroup3D(id:String)
Constructor. Creates a new MPolygoneGroup3D instance.
Parametersid:String — : String.Id given to an instance of MPolygoneGroup3D |
addPGBExport | () | method |
public function addPGBExport(pBuffers:MPGBuffersExport):void
add a MPGBuffersExport to the polygon group
Parameters
pBuffers:MPGBuffersExport — : MPGBuffersExport.an instance of MPolygonGroupBuffers to be added to the polygon group |
addPolygonBuffers | () | method |
public function addPolygonBuffers(pBuffers:MPolygonGroupBuffers):void
add a MPolygonGroupBuffers to the polygon group
Parameters
pBuffers:MPolygonGroupBuffers — : MPolygonGroupBuffers.an instance of MPolygonGroupBuffers to be added to the polygon group |
destroy | () | method |
public function destroy():void