大约有 792 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0074 秒)
Laya_社区(748) Laya2.0_文档(18) laya_api(8) Laya3.0_文档(6) Laya3.0_api(6) Laya2.0_api(5) Laya2.0_示例(1)
...h = 450; this._gridHeight = 450; this._jsonLoader = null; this._loader = null; this._tileSetArray = []; this._currTileSet = null; this._completeHandler = null; this._mapRect ...
来源: Laya_社区 发布时间: 20220627
...3.1.1导致APP上架被拒的说明 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 循环依赖不能运行 Circular dependency: 版本不匹配! ...
来源: Laya_社区 发布时间: 20180315
...t. 怎样获取浏览器地址传过来的GET参数 我的tieldmap生成的json文件里data是这种格式,地图显示有误 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑动,又开始上下滑动了 真机调试报错:LayaPlayer不支持的标签</SCRIPT>...
来源: Laya_社区 发布时间: 20171129
...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_文档 发布时间: 20230406
...引记录 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_示例 发布时间: 20241119
...发起人 IBA 相关问题 2.0一不小心删了bin目录下的某个场景json文件。。竟然无法自动生成了? Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? 已上传 Demo ...
来源: Laya_社区 发布时间: 20190531