Skip to main content

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

ParamType
assetManagerAssetManager
contextCTX

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

ParamType
scopeAssetRequestScope
pathstring
successfunction
failurefunction
progressfunction