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

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

121. 输入设备-地图 [ 82%]

...on); map.panTo(position); map.setZoom(17); } } function onError(e) { if (e.code == Geolocation.TIMEOUT) alert("获取位置超时"); else if (e.code == Geolocation.POSITION_UNAVAILABLE) alert("位置不可用"); else if (e.code == Geolocation.PERMISSION_DENIED) alert("无权限"); } })(); module lay...

来源: Laya_示例 发布时间: 20241117

122. Laya2.6 vscode 编译错误 [ 82%]

Laya2.6 vscode 编译错误 按照官网文档“VSCode中调LayaAir命令行工具”进行配置。我本机环境如下: LayaIDE 2.6.0版本 VSCODE 版本1.45.0 node 版本 v10.15.3 layaair2-cmd 版本 1.6.6 gulp 版本: CLI version: 2.2.0 Local version: 4.0.2 在终端输入编译指令 ...

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

123. 发布项目“是否压缩混淆js(耗时)”的bug [ 81%]

...ex.html内所有js文件”+“是否压缩混淆js(耗时)”,最后code.js里面只有一个“undefined”文字; 如果发布项目的时候选择“是否压缩混淆js(耗时)”会出现少数文件只有“undefined”文字; 如果发布项目的时候不选择“是否压缩...

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

124. 发布到微信小游戏后Timer的getHandler报错了 [ 81%]

...ID' of undefined at Timer.__proto._getHandler (http://127.0.0.1:55825/game/code.js:22446:17) at Timer.__proto._create (http://127.0.0.1:55825/game/code.js:22320:21) at Timer.__proto.once (http://127.0.0.1:55825/game/code.js:22365:8) at MyData.__proto.catchCard ( 于是我定位到编译好的code.js...

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

125. 输入设备-地图 [ 81%]

....setZoom(17); } } onError(e) { const Geolocation = Laya.Geolocation; if (e.code == Geolocation.TIMEOUT) alert("获取位置超时"); else if (e.code == Geolocation.POSITION_UNAVAILABLE) alert("位置不可用"); else if (e.code == Geolocation.PERMISSION_DENIED) alert("无权限"); } } new InputDevic...

来源: Laya2.0_示例 发布时间: 20241117

126. 打包后报错 Unexpected token in JSON at position 266 [ 81%]

...ous>)     at Function.MiniAdpter.getJson (http://127.0.0.1:31158/game/code.js:21236:15)     at Function.MiniLoader.onReadNativeCallBack (http://127.0.0.1:31158/game/code.js:22404:25)     at Handler.__proto.runWith (http://127.0.0.1:31158/game/code.js:725:41)     at Function.success (http:...

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

127. laya的ide如何import js并调用里面的类和方法?VS Code正常。 [ 81%]

laya的ide如何import js并调用里面的类和方法?VS Code正常。 // import {$root} from "../libs/protobuf/area.js"; // import ProtoArea = com.bee.protobuf.ProtoArea; import com from "area"; 这几种办法都不行。根本找不到里面的定义。按照官方文档的说法,.d.ts放...

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

128. Laya ts版,使用jasmine进行单元测试 [ 81%]

... vm = require('vm'); let path = __dirname + "/../bin/js/Functions.js"; let code = fs.readFileSync(path, {encoding:'utf8'}); vm.runInThisContext(code); describe('Functions', function() { it('hello', function() { const result = hello(); expect(result).toBe('Hello World!'); }); });   第二个是 __te...

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

129. Laya无法把截屏然后转Base64. [ 81%]

...提交 1 个回复 Laya_XS 赞同来自:  /** * <p>绘制 当前<code>Sprite</code> 到 <code>Canvas</code> 上,并返回一个HtmlCanvas。</p> * <p>绘制的结果可以当作图片源,再次绘制到其他Sprite里面,示例:</p> * * var ht...

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

130. 微信小游戏发布后,在开发者工具中报错, [ 81%]

...rse (<anonymous>) at Function.e.getJson (http://127.0.0.1:37389/game/code.js:1:461434) at Function.e.onReadNativeCallBack (http://127.0.0.1:37389/game/code.js:1:514598) at t.e.runWith (http://127.0.0.1:37389/game/code.js:1:11995) at Function.success (http://127.0.0.1:37389/game/code.js:1:46588...

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