Packagecom.mousman.as3.agal.parser.objs
Classpublic class MPGBuffersExport
InheritanceMPGBuffersExport Inheritance Object
Implements IDestroyable

MPGBuffersExport can be a part of MPolygoneGroup3D

It is used with the Exporter class



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
MPGBuffersExport(id:String)
Constructor.
MPGBuffersExport
  
destroy():void
MPGBuffersExport
Property Detail
dataPerVertexproperty
dataPerVertex:int

data per vertex


Implementation
    public function get dataPerVertex():int
    public function set dataPerVertex(value:int):void
idproperty 
id:String  [read-only]

id of a polygon group MPolygonGroupBuffers


Implementation
    public function get id():String
indexBufferproperty 
indexBuffer:IndexBuffer3D

the IndexBuffer3D contained in a instance of MPolygonGroupBuffers


Implementation
    public function get indexBuffer():IndexBuffer3D
    public function set indexBuffer(value:IndexBuffer3D):void
indexBufferVproperty 
indexBufferV:Vector.<uint>

Vector of indices used for an IndexBuffer3D


Implementation
    public function get indexBufferV():Vector.<uint>
    public function set indexBufferV(value:Vector.<uint>):void
nbIndicesproperty 
nbIndices:int

number of indices in an instance of a MPGBuffersExport instance


Implementation
    public function get nbIndices():int
    public function set nbIndices(value:int):void
nbVerticesproperty 
nbVertices:int

number of vertices in an instance of a MPGBuffersExport instance


Implementation
    public function get nbVertices():int
    public function set nbVertices(value:int):void
vertexBufferproperty 
vertexBuffer:VertexBuffer3D

the VertexBuffer3D contained in a instance of MPGBuffersExport


Implementation
    public function get vertexBuffer():VertexBuffer3D
    public function set vertexBuffer(value:VertexBuffer3D):void
vertexBufferBAproperty 
vertexBufferBA:ByteArray

ByteArray used for a VertexBuffer3D


Implementation
    public function get vertexBufferBA():ByteArray
    public function set vertexBufferBA(value:ByteArray):void
Constructor Detail
MPGBuffersExport()Constructor
public function MPGBuffersExport(id:String)

Constructor. Creates a new MPGBuffersExport instance.

Parameters
id:String — : String.

Id given to an instance of MPGBuffersExport

Method Detail
destroy()method
public function destroy():void