| Package | alternativa.engine3d.loaders.events |
| Class | public class LoaderEvent |
| Inheritance | LoaderEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| loadingStage : int [read-only] The stage of loading process.
| LoaderEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
LoaderEvent(type:String, loadingStage:int)
Creates a new instance.
| LoaderEvent | ||
|
clone():Event
Creates a clone of an event object.
| LoaderEvent | ||
|
toString():String
Creates a string representation of an object.
| LoaderEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| LOADING_COMPLETE : String = "loadingComplete" [static] The value of the
type property of a loadingComplete event object. | LoaderEvent | ||
| LOADING_START : String = "loadingStart" [static] The value of the
type property of a loadingStart event object. | LoaderEvent | ||
| loadingStage | property |
loadingStage:int [read-only]The stage of loading process. The value can be one of the constants, described in the LoadingStage class.
public function get loadingStage():int
See also
| LoaderEvent | () | constructor |
public function LoaderEvent(type:String, loadingStage:int)Creates a new instance.
Parameterstype:String — the type of an event |
|
loadingStage:int — the stage of loading process |
| clone | () | method |
public override function clone():EventCreates a clone of an event object.
ReturnsEvent — a clone of an event object |
| toString | () | method |
public override function toString():StringCreates a string representation of an object.
ReturnsString — string object representation |
| LOADING_COMPLETE | constant |
public static const LOADING_COMPLETE:String = "loadingComplete"The value of the type property of a loadingComplete event object.
| LOADING_START | constant |
public static const LOADING_START:String = "loadingStart"The value of the type property of a loadingStart event object.