AssetLoader
AssetLoader
Kind: global class
assetLoader.assetManager : AssetManager
Kind: instance property of AssetLoader
assetLoader.context : CTX
Kind: instance property of AssetLoader
assetLoader.link(assetManager, context)
Kind: instance method of AssetLoader
| Param | Type |
|---|---|
| assetManager | AssetManager |
| context | CTX |
assetLoader.unlink()
Release any held resources, finalizing operation of the loader
Kind: instance method of AssetLoader
assetLoader.load(scope, path, success, failure, progress)
Kind: instance method of AssetLoader
| Param | Type |
|---|---|
| scope | AssetRequestScope |
| path | string |
| success | function |
| failure | function |
| progress | function |