| Package | sandy.parser |
| Class | public final class ParserEvent |
| Inheritance | ParserEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
ParserEvent(p_sType:String)
The ParserEvent constructor
| ParserEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| FAIL : String = "onFailEVENT" [static]
The load has failed
| ParserEvent | ||
| INIT : String = "onInitEVENT" [static]
The OBject3D object is initialized
| ParserEvent | ||
| LOAD : String = "onLoadEVENT" [static]
The load has started
| ParserEvent | ||
| PROGRESS : String = "onProgressEVENT" [static]
The load is in progress
| ParserEvent | ||
| group | property |
public var group:Group
| percent | property |
public var percent:Number
| ParserEvent | () | constructor |
public function ParserEvent(p_sType:String)The ParserEvent constructor
Parametersp_sType:String — The event type string
|
| FAIL | constant |
public static const FAIL:String = "onFailEVENT"The load has failed
| INIT | constant |
public static const INIT:String = "onInitEVENT"The OBject3D object is initialized
| LOAD | constant |
public static const LOAD:String = "onLoadEVENT"The load has started
| PROGRESS | constant |
public static const PROGRESS:String = "onProgressEVENT"The load is in progress