Package | away3d.events |
Class | public class LoaderEvent |
Inheritance | LoaderEvent ![]() |
Property | Defined by | ||
---|---|---|---|
loader : Object3DLoader
A reference to the loader object that is relevant to the event.
| LoaderEvent |
Method | Defined by | ||
---|---|---|---|
Creates a new
LoaderEvent object. | LoaderEvent | ||
clone():Event
Creates a copy of the LoaderEvent object and sets the value of each property to match that of the original.
| LoaderEvent |
Constant | Defined by | ||
---|---|---|---|
LOAD_ERROR : String = "loadError" [static]
Defines the value of the type property of a loadError event object.
| LoaderEvent | ||
LOAD_SUCCESS : String = "loadSuccess" [static]
Defines the value of the type property of a loadSuccess event object.
| LoaderEvent |
loader | property |
public var loader:Object3DLoader
A reference to the loader object that is relevant to the event.
LoaderEvent | () | constructor |
public function LoaderEvent(type:String, loader:Object3DLoader)
Parameters
type:String — The type of the event. Possible values are: LoaderEvent.LOAD_SUCCESS and LoaderEvent.LOAD_ERROR .
|
|
loader:Object3DLoader — A reference to the loader object that is relevant to the event.
|
clone | () | method |
public override function clone():Event
Creates a copy of the LoaderEvent object and sets the value of each property to match that of the original.
ReturnsEvent |
LOAD_ERROR | constant |
public static const LOAD_ERROR:String = "loadError"
Defines the value of the type property of a loadError event object.
LOAD_SUCCESS | constant |
public static const LOAD_SUCCESS:String = "loadSuccess"
Defines the value of the type property of a loadSuccess event object.