| Package | gs.events |
| Class | public final class AssetProgressEvent |
| Inheritance | AssetProgressEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
AssetProgressEvent(type:String, asset:Asset)
Constructor for AssetProgressEvent instances.
| AssetProgressEvent | ||
|
clone():Event
Clone this AssetProgressEvent.
| AssetProgressEvent | ||
|
toString():String
To string override for descriptions.
| AssetProgressEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| PROGRESS : String = "assetProgress" [static]
Defines the value of the type property of the assetProgress event type.
| AssetProgressEvent | ||
| asset | property |
public var asset:AssetThe asset that is loading.
| AssetProgressEvent | () | constructor |
public function AssetProgressEvent(type:String, asset:Asset)Constructor for AssetProgressEvent instances.
Parameterstype:String — The type.
|
|
asset:Asset — The Asset that is downloading.
|
| clone | () | method |
public override function clone():EventClone this AssetProgressEvent.
ReturnsEvent |
| toString | () | method |
public override function toString():StringTo string override for descriptions.
ReturnsString |
| PROGRESS | constant |
public static const PROGRESS:String = "assetProgress"Defines the value of the type property of the assetProgress event type.