Package | away3d.loaders |
Class | public class AbstractParser |
Inheritance | AbstractParser ![]() |
Subclasses | Ase, Collada, Kmz, Max3DS, Md2, Md2still, Obj |
Property | Defined by | ||
---|---|---|---|
container : Object3D
3d container object used for storing the parsed 3ds object.
| AbstractParser | ||
parsedChunks : int [read-only]
Returns the total number of data chunks parsed
| AbstractParser | ||
totalChunks : int [read-only]
Returns the total number of data chunks available
| AbstractParser |
Method | Defined by | ||
---|---|---|---|
parseNext():void
Processes the next chunk in the parser
| AbstractParser |
container | property |
public var container:Object3D
3d container object used for storing the parsed 3ds object.
parsedChunks | property |
parsedChunks:int
[read-only]Returns the total number of data chunks parsed
Implementation public function get parsedChunks():int
totalChunks | property |
totalChunks:int
[read-only]Returns the total number of data chunks available
Implementation public function get totalChunks():int
parseNext | () | method |
public function parseNext():void
Processes the next chunk in the parser