• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 236 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)

231. conch.config.getUsedMem() 安卓包中 定时运行报错 [ 35%]

...dMem() 安卓包中 定时运行报错 Laya工程1.7.10beta,setInterval("console.log(conch.config.getUsedMem())", 1) 安卓包中报错 2018-03-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同来自...

来源: Laya_社区 发布时间: 20180322

232. 3D中摄像机绕物体旋转该如何实现? [ 27%]

...in); } protected AroundByMobileInput(): void { if (this.TouchCount == 1) { console.log(this.targetAngles); this.targetAngles.y -= this.GetAxisX * this.mouseSettings.pointerSensitivity; this.targetAngles.x += this.GetAxisY * this.mouseSettings.pointerSensitivity; //Range. this.targetAngles.y = this.C...

来源: Laya_社区 发布时间: 20170714

233. 官方案例里摄像机绕物体旋转脚本的问题 [ 27%]

...in); } protected AroundByMobileInput(): void { if (this.TouchCount == 1) { console.log(this.targetAngles); this.targetAngles.y -= this.GetAxisX * this.mouseSettings.pointerSensitivity; this.targetAngles.x += this.GetAxisY * this.mouseSettings.pointerSensitivity; //Range. this.targetAngles.y = this.C...

来源: Laya_社区 发布时间: 20190224

234. 缓存工具-layadcc · LayaAir3.0文档 · LAYABOX [ 25%]

...,reject)=>{ downloadBigFile(url, localfile, (total, now, speed) => { console.log(`downloading:${Math.floor((now / total) * 100)}`) return false;0 }, (curlret, httpret) => { if (curlret != 0 || httpret < 200 || httpret >= 300) { resolve(null); } else { resolve(localfile); } }, 10, 1000...

来源: Laya3.0_文档 发布时间: 20241024

235. 通用发布 · LayaAir3.0文档 · LAYABOX [ 18%]

...生重叠 this.scene3d.addChild(sp3); }); }) } printProgress(res: any) { console.log("加载进度" + JSON.stringify(res)); //将res对象转换成JSON格式的字符串,此处打印的值为1。本句代码主要应用于小游戏发布后打印loadTask反应下载进度 } } 注:资源加载请...

来源: Laya3.0_文档 发布时间: 20241014

236. 安卓闪退,有日志 [ 17%]

....0 js 调用 oc 同步方法,有返回值的时候崩溃 laya如何重写console.log 打印错误跟信息到自己写的日志面板上 多application打包laya获取资源失败导致闪退 LayaFlash 怎么判断苹果IOS 还是安卓Android? 构建安卓项目导入到Android Studio 中,报...

来源: Laya_社区 发布时间: 20191217