Package | com.mousman.as3.agal.parser.verticeswriter |
Class | public class WriterSet |
Inheritance | WriterSet ![]() |
Property | Defined By | ||
---|---|---|---|
dataPerVertex : int [read-only]
dataPerVertex used for the writer
| WriterSet | ||
id : String [read-only]
id of the WriterSet instance
| WriterSet | ||
writer : IMBytesArrayWriter
IMBytesArrayWriter
| WriterSet |
Method | Defined By | ||
---|---|---|---|
WriterSet(id:String, writer:IMBytesArrayWriter, dataPerVertex:int)
Constructor. | WriterSet | ||
destroy():void | WriterSet |
dataPerVertex | property |
dataPerVertex:int
[read-only] dataPerVertex used for the writer
public function get dataPerVertex():int
id | property |
id:String
[read-only] id of the WriterSet instance
public function get id():String
writer | property |
writer:IMBytesArrayWriter
IMBytesArrayWriter
public function get writer():IMBytesArrayWriter
public function set writer(value:IMBytesArrayWriter):void
WriterSet | () | Constructor |
public function WriterSet(id:String, writer:IMBytesArrayWriter, dataPerVertex:int)
Constructor. Creates a new WriterSet instance.
Parametersid:String — : String.Id of the WriterSet instance. | |
writer:IMBytesArrayWriter — : IMBytesArrayWriter.
| |
dataPerVertex:int — : int.s
|
destroy | () | method |
public function destroy():void