Packagecom.yogurt3d.io.loaders.interfaces
Interfacepublic interface ILoader extends flash.events.IEventDispatcher
Implementors DataLoader, DisplayObjectLoader, ZipFileLoader



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
applyProps(_props:Object):void
ILoader
  
close():void
ILoader
  
load(_filePath:String):void
ILoader
Property Detail
bytesLoadedproperty
bytesLoaded:int  [read-only]


Implementation
    public function get bytesLoaded():int
bytesTotalproperty 
bytesTotal:int  [read-only]


Implementation
    public function get bytesTotal():int
isLoadCompleteproperty 
isLoadComplete:Boolean  [read-only]


Implementation
    public function get isLoadComplete():Boolean
loadedContentproperty 
loadedContent:*  [read-only]


Implementation
    public function get loadedContent():*
loadPathproperty 
loadPath:String  [read-only]


Implementation
    public function get loadPath():String
loadRatioproperty 
loadRatio:Number  [read-only]


Implementation
    public function get loadRatio():Number
Method Detail
applyProps()method
public function applyProps(_props:Object):void

Parameters

_props:Object

close()method 
public function close():void

load()method 
public function load(_filePath:String):void

Parameters

_filePath:String