| Package | away3d.events |
| Class | public class Loader3DEvent |
| Inheritance | Loader3DEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| loader : Loader3D
A reference to the loader object that is relevant to the event. | Loader3DEvent | ||
| Method | Defined By | ||
|---|---|---|---|
Loader3DEvent(type:String, loader:Loader3D)
Creates a new Loader3DEvent object. | Loader3DEvent | ||
clone():Event [override]
Creates a copy of the Loader3DEvent object and sets the value of each property to match that of the original. | Loader3DEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| LOAD_ERROR : String = loadError [static]
Defines the value of the type property of a loadError event object. | Loader3DEvent | ||
| LOAD_PROGRESS : String = loadProgress [static]
Defines the value of the type property of a loadProgress event object. | Loader3DEvent | ||
| LOAD_SUCCESS : String = loadSuccess [static]
Defines the value of the type property of a loadSuccess event object. | Loader3DEvent | ||
| loader | property |
public var loader:Loader3DA reference to the loader object that is relevant to the event.
| Loader3DEvent | () | Constructor |
public function Loader3DEvent(type:String, loader:Loader3D)
Creates a new Loader3DEvent object.
type:String — The type of the event. Possible values are: Loader3DEvent.LOAD_SUCCESS and Loader3DEvent.LOAD_ERROR.
| |
loader:Loader3D — A reference to the loader object that is relevant to the event.
|
| clone | () | method |
override public function clone():EventCreates a copy of the Loader3DEvent object and sets the value of each property to match that of the original.
ReturnsEvent |
| LOAD_ERROR | Constant |
public static const LOAD_ERROR:String = loadErrorDefines the value of the type property of a loadError event object.
| LOAD_PROGRESS | Constant |
public static const LOAD_PROGRESS:String = loadProgressDefines the value of the type property of a loadProgress event object.
| LOAD_SUCCESS | Constant |
public static const LOAD_SUCCESS:String = loadSuccessDefines the value of the type property of a loadSuccess event object.