since 3.0, loader is deprecated, please use assetManager instead
since v3.0 cc.url is deprecated
/** 管理项目中加载/卸载资源的资源库。
since v3.0 AssetLibrary is deprecated, please backup your project and upgrade to assetManager
init the asset library
初始化 AssetLibrary。
init
AssetLibrary.init is deprecated, please use assetManager.init instead
加载资源。
since v3.0 AssetLibrary.loadAsset is deprecated, please use assetManager.loadAny instead
加载完成后执行的回调函数。
Generated using TypeDoc
since 3.0, loader is deprecated, please use assetManager instead