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

大约有 244 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0111 秒)

241. 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

242. 官方案例里摄像机绕物体旋转脚本的问题 [ 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

243. 缓存工具-layadcc · LayaAir3.3 · 引擎文档 · LAYABOX [ 26%]

...,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_文档 发布时间: 20251010

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

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

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