大约有 810 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0065 秒)
Laya_社区(762) Laya2.0_文档(18) Laya3.0_文档(10) laya_api(8) Laya3.0_api(6) Laya2.0_api(5) Laya2.0_示例(1)
...tDispatcher; ``` ## 更改ts编译配置 使用示例项目中的`tsconfig.json`覆盖原来的`tsconfig.json`文件。这样我们就可以使用tsc watch模式实现极速编译,而且还可以把开发者的所有模块文件合并为一个文件。 ## 使用Visual Studio Code作为编码调试...
来源: Laya_社区 发布时间: 20170817
...yName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18n.json"); text_info.text = i18n[`tips_text$text_i18n$${1101 + index}`][ConfigInfo.lang] } public setCurPage(index: number) { if (this.m_index != index) { for (let i = 1; i < 7; i++) { let skin = "ui/round_okey_05.png" if (in...
来源: Laya_社区 发布时间: 20170215
...tomProps(rootNode:ComponentNode, innerResouMap:Object, customProps:Object, json:Object):void[override] private Camera _updateChilds(state:RenderState):void 更新子节点。 Sprite3D _updateChildsConch(state:RenderState):void 更新子节点。 Sprite3DEvents Hide Inherited Events Show Inherited ...
来源: laya_api 发布时间: 20170929
... 8591-8658/com.mygame.laya I/LayaBox﹕ found the file in the package:app.json 04-11 11:17:09.923 8591-8658/com.mygame.laya I/LayaBox﹕ require(/sdcard/layabox/scripts/scripts/index.js) 04-11 11:17:09.924 8591-8658/com.mygame.laya I/LayaBox﹕ require(/sdcard/layabox/scripts/index.js) 04...
来源: Laya_社区 发布时间: 20170411
...lass MyLoader { load(task:ILoadTask) { return task.loader.fetch(task.url, "json", task.createCallback()).then(data=> { let obj = /*解析data*/; return obj; }); } } 加载类里不需要考虑是单独加载,还是是批量加载其中一个环节,因为task.createCallback可以很好的将...
来源: Laya3.0_文档 发布时间: 20251010
...引记录 this.redHotStatus.splice(showRedHot, 1); // console.log("11111", JSON.stringify(this.redHotStatus)); } this.refreshList.refresh(); } onClickDel(index){ console.log("((((((((((((del------------"); //按索引删除 this.refreshList.array.splice(index, 1); //清除已纪录的打开状态 //...
来源: Laya2.0_示例 发布时间: 20251209
...发起人 IBA 相关问题 2.0一不小心删了bin目录下的某个场景json文件。。竟然无法自动生成了? Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? 已上传 Demo ...
来源: Laya_社区 发布时间: 20190531
...tomProps(rootNode:ComponentNode, innerResouMap:Object, customProps:Object, json:Object):void[override] private MeshSprite3D _updateChilds(state:RenderState):void 更新子节点。 Sprite3D _updateChildsConch(state:RenderState):void 更新子节点。 Sprite3DEvents Hide Inherited Events Show Inhe...
来源: laya_api 发布时间: 20170929
...是vscode.rar 关键的几个文件都是相同的。index.html、tsconfig.json、以及两个类。为了测试方便,把Laya.init这句注释掉。 (另外我把laya的项目文件夹用vscode打开来编译运行,也可以正常,LayaAir IDE却不行。其差别最主要应该是在launch....
来源: Laya_社区 发布时间: 20171116
...al 后,layanative测试时黑屏 android 新版打包要求输入js或者json,而不是html路径 我应该如何处理 LayaNative 热更 Laya2.1.1.1/2/2.2.0关闭多点触摸后在android手机上双手6根手指不停点击出现项目崩溃问题 问题状态 最新活动: 2021-09-03 10:39 ...
来源: Laya_社区 发布时间: 20210830