大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0018 秒)
Oppo加载.ls资源错误 Laya.loader.create("res/scenes/LayaScene_game/game.ls", Laya.Handler.create(this, () => { let gameScene = Laya.loader.getRes("res/scenes/LayaScene_game/game.ls") as Laya.Scene; Laya.stage.addChild(gameScene); }, null), Laya.Handler.create(this, (progress) => { consol...
来源: Laya_社区 发布时间: 20190711
loader.create加载某个文件,当这个文件不存在的时候,需要怎样监听事件呢? 当加载的文件不存在时会有 Failed to load resource: net::ERR_FILE_NOT_FOUND 这样的LOG,但是代码上要怎样监听这个事件呢?好像没有异常抛出来。 2017-07-05 添...
来源: Laya_社区 发布时间: 20170705
....123 5371-5371/com.ReleaseTest.Four E/LayaConch5: plugin-----------------onCreate() 06-20 19:10:18.220 5371-5371/com.ReleaseTest.Four E/LayaBox: =======================addStaticMethod=========zzf4878be0 06-20 19:10:18.221 5371-5371/com.ReleaseTest.Four E/0: ==============Java流程 InitMainCanvas() ...
来源: Laya_社区 发布时间: 20170620
...", "res/img/map/29.jpg", ]; Laya.loader.load(this.skins,laya.utils.Handler.create(this, this.LoadSuccess,null,false)); } private LoadSuccess() { ViewManager.getInstance().CreateView(contant.loginId,new LoginView()); ViewManager.getInstance().ShowView(contant.loginId); } public SwictMap(index: number...
来源: Laya_社区 发布时间: 20171124