Passed as a parameter when a 3d object loader event occurs
public var loader:Object3DLoader
A reference to the loader object that is relevant to the event.
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.
|
####INIT####
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.
Returns
public static const LOAD_ERROR:String = "loaderror"
Defines the value of the type property of a loaderror event object.
public static const LOAD_SUCCESS:String = "loadsuccess"
Defines the value of the type property of a loadsuccess event object.
Click to go to the wiki page for ####WIKI####