Package | com.mousman.as3.agal.parser.objs |
Class | public class MPGBuffersExport |
Inheritance | MPGBuffersExport ![]() |
Implements | IDestroyable |
It is used with the Exporter class
Property | Defined By | ||
---|---|---|---|
dataPerVertex : int
data per vertex
| MPGBuffersExport | ||
id : String [read-only]
id of a polygon group MPolygonGroupBuffers
| MPGBuffersExport | ||
indexBuffer : IndexBuffer3D
the IndexBuffer3D contained in a instance of MPolygonGroupBuffers
| MPGBuffersExport | ||
indexBufferV : Vector.<uint>
Vector of indices used for an IndexBuffer3D
| MPGBuffersExport | ||
nbIndices : int
number of indices in an instance of a MPGBuffersExport instance
| MPGBuffersExport | ||
nbVertices : int
number of vertices in an instance of a MPGBuffersExport instance
| MPGBuffersExport | ||
vertexBuffer : VertexBuffer3D
the VertexBuffer3D contained in a instance of MPGBuffersExport
| MPGBuffersExport | ||
vertexBufferBA : ByteArray
ByteArray used for a VertexBuffer3D
| MPGBuffersExport |
Method | Defined By | ||
---|---|---|---|
MPGBuffersExport(id:String)
Constructor. | MPGBuffersExport | ||
destroy():void | MPGBuffersExport |
dataPerVertex | property |
dataPerVertex:int
data per vertex
public function get dataPerVertex():int
public function set dataPerVertex(value:int):void
id | property |
id:String
[read-only] id of a polygon group MPolygonGroupBuffers
public function get id():String
indexBuffer | property |
indexBuffer:IndexBuffer3D
the IndexBuffer3D contained in a instance of MPolygonGroupBuffers
public function get indexBuffer():IndexBuffer3D
public function set indexBuffer(value:IndexBuffer3D):void
indexBufferV | property |
indexBufferV:Vector.<uint>
Vector of indices used for an IndexBuffer3D
public function get indexBufferV():Vector.<uint>
public function set indexBufferV(value:Vector.<uint>):void
nbIndices | property |
nbIndices:int
number of indices in an instance of a MPGBuffersExport instance
public function get nbIndices():int
public function set nbIndices(value:int):void
nbVertices | property |
nbVertices:int
number of vertices in an instance of a MPGBuffersExport instance
public function get nbVertices():int
public function set nbVertices(value:int):void
vertexBuffer | property |
vertexBuffer:VertexBuffer3D
the VertexBuffer3D contained in a instance of MPGBuffersExport
public function get vertexBuffer():VertexBuffer3D
public function set vertexBuffer(value:VertexBuffer3D):void
vertexBufferBA | property |
vertexBufferBA:ByteArray
ByteArray used for a VertexBuffer3D
public function get vertexBufferBA():ByteArray
public function set vertexBufferBA(value:ByteArray):void
MPGBuffersExport | () | Constructor |
public function MPGBuffersExport(id:String)
Constructor. Creates a new MPGBuffersExport instance.
Parametersid:String — : String.Id given to an instance of MPGBuffersExport |
destroy | () | method |
public function destroy():void