| Package | com.acleveraddress.net.multi_loader.items |
| Class | public class MultiLoaderItemManager |
| Inheritance | MultiLoaderItemManager AbstractMultiLoaderManager |
See also
| Property | Defined by | ||
|---|---|---|---|
| allItems : Array [static][read-only]
| MultiLoaderItemManager | ||
| bytesLoaded : Number [static][read-only]
| MultiLoaderItemManager | ||
| bytesTotal : Number [static][read-only]
| MultiLoaderItemManager | ||
| loadedItems : Array [static][read-only]
| MultiLoaderItemManager | ||
| loadingItems : Array [static][read-only]
| MultiLoaderItemManager | ||
| ratioLoaded : Number [static][read-only]
The ratio loaded is an overall percentage of what has loaded, acting as if
every item is the same size, so if 6 out of 10 items have loaded then
this will return 60%, even if the remaining 4 items are much larger
| MultiLoaderItemManager | ||
| ratioTotal : Number [static][read-only]
The ratio loaded is an overall percentage of what has loaded, acting as if
every item is the same size, so if 6 out of 10 items have loaded then
this will return 60%, even if the remaining 4 items are much larger
| MultiLoaderItemManager | ||
| weightLoaded : Number [static][read-only]
Returns the overall weight loaded for all current loaders
| MultiLoaderItemManager | ||
| weightTotal : Number [static][read-only]
Returns the overall weight total for all current loaders
| MultiLoaderItemManager | ||
| allItems | property |
allItems:Array [read-only]Implementation
public static function get allItems():Array
| bytesLoaded | property |
bytesLoaded:Number [read-only]Implementation
public static function get bytesLoaded():Number
| bytesTotal | property |
bytesTotal:Number [read-only]Implementation
public static function get bytesTotal():Number
| loadedItems | property |
loadedItems:Array [read-only]Implementation
public static function get loadedItems():Array
| loadingItems | property |
loadingItems:Array [read-only]Implementation
public static function get loadingItems():Array
| ratioLoaded | property |
ratioLoaded:Number [read-only]The ratio loaded is an overall percentage of what has loaded, acting as if every item is the same size, so if 6 out of 10 items have loaded then this will return 60%, even if the remaining 4 items are much larger
Implementation public static function get ratioLoaded():Number
| ratioTotal | property |
ratioTotal:Number [read-only]The ratio loaded is an overall percentage of what has loaded, acting as if every item is the same size, so if 6 out of 10 items have loaded then this will return 60%, even if the remaining 4 items are much larger
Implementation public static function get ratioTotal():Number
| weightLoaded | property |
weightLoaded:Number [read-only]Returns the overall weight loaded for all current loaders
Implementation public static function get weightLoaded():Number
| weightTotal | property |
weightTotal:Number [read-only]Returns the overall weight total for all current loaders
Implementation public static function get weightTotal():Number