Package | gs.events |
Class | public final class AssetCompleteEvent |
Inheritance | AssetCompleteEvent ![]() |
See also
Property | Defined by | ||
---|---|---|---|
asset : Asset
The asset that has completely downloaded.
| AssetCompleteEvent |
Method | Defined by | ||
---|---|---|---|
AssetCompleteEvent(type:String, asset:Asset)
Constructor for AssetCompleteEvent instances.
| AssetCompleteEvent | ||
clone():Event
Clone this AssetCompleteEvent.
| AssetCompleteEvent | ||
toString():String
To string override for descriptions.
| AssetCompleteEvent |
Constant | Defined by | ||
---|---|---|---|
COMPLETE : String = "assetComplete" [static]
Defines the value of the type property of the assetComplete event type.
| AssetCompleteEvent |
asset | property |
public var asset:Asset
The asset that has completely downloaded.
AssetCompleteEvent | () | constructor |
public function AssetCompleteEvent(type:String, asset:Asset)
Constructor for AssetCompleteEvent instances.
Parameterstype:String — The event type.
|
|
asset:Asset — The Asset that has completely downloaded.
|
clone | () | method |
public override function clone():Event
Clone this AssetCompleteEvent.
ReturnsEvent |
toString | () | method |
public override function toString():String
To string override for descriptions.
ReturnsString |
COMPLETE | constant |
public static const COMPLETE:String = "assetComplete"
Defines the value of the type property of the assetComplete event type.