| Package | com.yogurt3d.io.loaders.interfaces |
| Interface | public interface ILoader extends flash.events.IEventDispatcher |
| Implementors | DataLoader, DisplayObjectLoader, ZipFileLoader |
| Property | Defined By | ||
|---|---|---|---|
| bytesLoaded : int [read-only] | ILoader | ||
| bytesTotal : int [read-only] | ILoader | ||
| isLoadComplete : Boolean [read-only] | ILoader | ||
| loadedContent : * [read-only] | ILoader | ||
| loadPath : String [read-only] | ILoader | ||
| loadRatio : Number [read-only] | ILoader | ||
| Method | Defined By | ||
|---|---|---|---|
applyProps(_props:Object):void | ILoader | ||
close():void | ILoader | ||
load(_filePath:String):void | ILoader | ||
| bytesLoaded | property |
bytesLoaded:int [read-only] public function get bytesLoaded():int| bytesTotal | property |
bytesTotal:int [read-only] public function get bytesTotal():int| isLoadComplete | property |
isLoadComplete:Boolean [read-only] public function get isLoadComplete():Boolean| loadedContent | property |
loadedContent:* [read-only] public function get loadedContent():*| loadPath | property |
loadPath:String [read-only] public function get loadPath():String| loadRatio | property |
loadRatio:Number [read-only] public function get loadRatio():Number| applyProps | () | method |
public function applyProps(_props:Object):voidParameters
_props:Object |
| close | () | method |
public function close():void| load | () | method |
public function load(_filePath:String):voidParameters
_filePath:String |