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

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

301. 使用百度地图显示当前位置(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 46%]

...ion(Laya.Handler.create(this, updatePosition), Laya.Handler.create(this, onError)); // 绑定作用域 convertToBaiduCoord = convertToBaiduCoord.bind(this); ``` ​ 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1。百度地图界面的初始化放在init()中。然...

来源: Laya2.0_文档 发布时间: 20210715

302. 使用百度地图显示当前位置(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 46%]

...chPosition(Handler.create(this, updatePosition), Handler.create(this, onError));   // 绑定convertToBaiduCoord作用域 __JS__("this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this)"); } ``` ​ 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1。百...

来源: Laya2.0_文档 发布时间: 20210715

303. 为什么会出现报错 ani not found:ufo1_down [ 45%]

... 发起人 lingann_game 相关问题 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined laya2.0加载3d场景报错Uncaught TypeError: Cannot read property '...

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

304. Laya 2.2在iPhone 6S上出现严重的帧率暴跌问题 [ 45%]

...存大的问题是如何解决的? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不...

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

305. 使用百度地图显示当前位置(TypeScript-LayaAir基础篇(TS)-硬件设备相关) [ 45%]

...andler.create(this, this.updatePosition), Laya.Handler.create(this, this.onError)); // 绑定convertToBaiduCoord作用域 this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this); } } new WatchPosition(); ``` ​ 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1...

来源: Laya2.0_文档 发布时间: 20210714

306. 使用百度地图 · LayaAir3.3 · 引擎文档 · LAYABOX [ 45%]

...andler.create(this, this.updatePosition), Laya.Handler.create(this, this.onError)); // 绑定convertToBaiduCoord作用域 this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this); } } 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1。百度地图界面的初始...

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

307. 重要问题:关于苹果审核被拒 [ 44%]

...这两个,但是会报 ld: library not found for -lJavaScriptCore clang: error: linker command failed with exit code 1 (use -v to see invocation)。 helloworldlv • 2018-03-21 11:00 build settings /other linker flag 里面把删的库删掉 helloworldlv • 2018-03-21 11:03 如果再报错在buil...

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

308. Box2D使用Destory join报错? [ 44%]

... 使用box2d物理系统 在destory被collider绑定的sprite时会报错 Error preload.js:55     at Object.box2d.b2Assert (file:///D:/develop/layaspace/smallballs/bin/libs/laya.physics.js:38:57)     at box2d.b2World.DestroyJoint (file:///D:/develop/layaspace/smallballs/bin/libs/laya.physics.j...

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

309. 为什么会出现报错 ani not found:ufo1_down [ 43%]

... 发起人 lingann_game 相关问题 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined laya2.0加载3d场景报错Uncaught TypeError: Cannot read property '...

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

310. 报无法找到资源,未升级ide之前不报错 [ 43%]

...cenes/Index.ls"); }); // 侦听加载失败 Laya.loader.on(Laya.Event.ERROR, this, this.onError); }); } 逸辰 • 2023-07-19 22:53 从启动页进来的,也加载了呀 layabox • 2023-07-26 20:47 @逸辰:请提交可重现Demo,

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