大约有 1,308 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0046 秒)
Laya_社区(1120) Laya2.0_文档(69) Laya3.0_文档(49) Laya2.0_示例(27) Laya_示例(24) Laya3.0_api(17) laya_api(1) Laya2.0_api(1)
...ndex) { cell.setImg(cell.dataSource); } function onSelect(index) { console.log("当前选择的索引:" + index); } })(); ```
来源: Laya2.0_文档 发布时间: 20210714
...相关问题 请问LayaAir中如何使图片以圆形的方式显示? Dialog:屏蔽点击Dialog之外的区域关闭弹框 请问laya有没有地图编辑器工具? 请问有没有方法能够获取“鼠标是否处于按下状态”? 分享:自定义事件派发与侦听(A页面派发 ...
来源: Laya_社区 发布时间: 20180722
...(); this.scene3d.addChild(sp3); }); }) } printProgress(res: any) { console.log("加载进度" + JSON.stringify(res)); } } 这里主要介绍一下printProgress打印的内容,在抖音开发者工具打开并编译我们导出的项目后,会打印如下日志: (图4-2) tt.loadSubpackage...
来源: Laya3.0_文档 发布时间: 20241014
...2 extends Laya.Scene { constructor() { super() } onOpened (args) { console.log(args) } } 附件 : --> 2018-11-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 感谢分享~! 2019-04-...
来源: Laya_社区 发布时间: 20181124
...方案? 2.在界面中使用Laya.timer.frameLoop(1, function(){console.log(conch.config.getUsedMem())}),手机会出现闪退,并报错local reference table overflow (max=512) 3.在项目运行中闪退,报错为: 03-22 13:52:03.749 15130-15218/com.xmvigor.shyxcs A/art: art/runtime/indirect_...
来源: Laya_社区 发布时间: 20180322
...setImg(cell.dataSource); } private onSelect(index: number): void { console.log("当前选择的索引:" + index); } } import Box = Laya.Box; import Image = Laya.Image; class Item extends Box { public static WID: number = 373; public static HEI: number = 85; private img: Image; constructor(){ super...
来源: Laya2.0_文档 发布时间: 20210715
...; this.mFactory.loadAni(this.mAniPath); } private onError():void { console.log("error"); } private parseComplete():void { //创建模式为1,可以启用换装 this.mArmature = this.mFactory.buildArmature(1); this.mArmature.x = this.mStartX; this.mArmature.y = this.mStartY; this.mArmature.scale(0....
来源: Laya_示例 发布时间: 20241120
...息allfile.txt等4个文件,在第一次运行的时候,发现输入的log如下: assetsid old: new:0393b8879ba545fcdc6fa52d0c9bcecf 请问为什么包中有assetsid.txt,但却读不到assetsid,导致还要重复下载filetable.bin(虽然这个文件并不大) 2.如果我的网...
来源: Laya_社区 发布时间: 20180627
...; this.mFactory.loadAni(this.mAniPath); } private onError():void { console.log("error"); } private parseComplete():void { //创建模式为1,可以启用换装 this.mArmature = this.mFactory.buildArmature(1); this.mArmature.x = this.mStartX; this.mArmature.y = this.mStartY; this.mArmature.scale(0....
来源: Laya2.0_示例 发布时间: 20241120
...js 调到 java 那边的方法 是在主线程吗 laya如何重写console.log 打印错误跟信息到自己写的日志面板上 如何确定自己是在Native环境中? worker.js的如何正确使用?所有资源都加载2遍,第一遍是在work.js所在的目录下,第二遍正常 TimeLin...
来源: Laya_社区 发布时间: 20170401