| Package | alternativa.engine3d.loaders.events |
| Class | public class TexturesLoaderEvent |
| Inheritance | TexturesLoaderEvent flash.events.Event |
TexturesLoader complete loading of textures.
See also
| Method | Defined By | ||
|---|---|---|---|
TexturesLoaderEvent(type:String, bitmapDatas:Vector.<BitmapData>, textures:Vector.<ExternalTextureResource>) | TexturesLoaderEvent | ||
clone():Event [override]
Returns copy of object. | TexturesLoaderEvent | ||
getBitmapDatas():Vector.<BitmapData>
Returns the list of loaded images. | TexturesLoaderEvent | ||
getTextures():Vector.<ExternalTextureResource>
Returns the list of loaded textures. | TexturesLoaderEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| COMPLETE : String = complete [static]
Value for type property . | TexturesLoaderEvent | ||
| TexturesLoaderEvent | () | Constructor |
public function TexturesLoaderEvent(type:String, bitmapDatas:Vector.<BitmapData>, textures:Vector.<ExternalTextureResource>)type:String | |
bitmapDatas:Vector.<BitmapData> | |
textures:Vector.<ExternalTextureResource> |
| clone | () | method |
override public function clone():EventReturns copy of object.
ReturnsEvent |
| getBitmapDatas | () | method |
public function getBitmapDatas():Vector.<BitmapData>
Returns the list of loaded images. Method returns the list only when method TexturesLoader.loadResource() is called
and TexturesLoader.loadResources() with needBitmapData is set to true.
Vector.<BitmapData> |
See also
| getTextures | () | method |
public function getTextures():Vector.<ExternalTextureResource>
Returns the list of loaded textures. Method returns the list only when method TexturesLoader.loadResource() is called
and TexturesLoader.loadResources() with needBitmapData is set to true.
Vector.<ExternalTextureResource> |
See also
| COMPLETE | Constant |
public static const COMPLETE:String = complete
Value for type property .