大约有 2,654 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0072 秒)
...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
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
...ex.html内所有js文件”+“是否压缩混淆js(耗时)”,最后code.js里面只有一个“undefined”文字; 如果发布项目的时候选择“是否压缩混淆js(耗时)”会出现少数文件只有“undefined”文字; 如果发布项目的时候不选择“是否压缩...
来源: Laya_社区 发布时间: 20180411
...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
....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
...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
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
... 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
...提交 1 个回复 Laya_XS 赞同来自: /** * <p>绘制 当前<code>Sprite</code> 到 <code>Canvas</code> 上,并返回一个HtmlCanvas。</p> * <p>绘制的结果可以当作图片源,再次绘制到其他Sprite里面,示例:</p> * * var ht...
来源: Laya_社区 发布时间: 20180826
...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