大约有 734 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0056 秒)
...换到前台的时候总是抛出异常 TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'. at TypeError (native) at EventEmitter.<anonymous> (D:\DevTool\LayaAirIDE_1.5.4_beta\resources\electron.asar\renderer\override.js:234:14) at emitTwo (events...
来源: Laya_社区 发布时间: 20170117
...输出的文件行号不能智能识别。 Error: JJ Main.ts:18 at new Main (file:///C:/LAYABOX/test2004/bin/js/bundle.js:24:17) at Object.1../MyScene (file:///C:/LAYABOX/test2004/bin/js/bundle.js:39:1) at o (file:///C:/LAYABOX/test2004/bin/js/bundle.js:11:265) at r (file:...
来源: Laya_社区 发布时间: 20181105
....我的报错 TypeError: Cannot set property 'mFontName' of undefined at Object.2 (file:///D:/Git/Laya/myLayaJS/bin/js/bundle.js:279:21) at o (file:///D:/Git/Laya/myLayaJS/bin/js/bundle.js:11:265) at file:///D:/Git/Laya/myLayaJS/bin/js/bundle.js:11:316 at Object.3../GameConfig (file://...
来源: Laya_社区 发布时间: 20180919
...rror processing "setBreakpoints": Error: Set breakpoints request timed out at Timeout.setTimeout [as _onTimeout] (e:\layaWorldSpace\LayaAirIDE_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\utils.js:54:24) at ontimeout (timers.js:365:14) at tryOnTimeout (timer...
来源: Laya_社区 发布时间: 20180227
...e导致的,可以修改laya.d3.js文件里的_innerDerivePhysicsTransformation方法,加粗部分为补丁: if (shapeOffset.x !== 0 || shapeOffset.y !== 0 || shapeOffset.z !== 0) { var physicPosition = PhysicsComponent._tempVector30; shapeOffset....
来源: Laya_社区 发布时间: 20191019
..." is not defined Error: module "libs/laya.wxmini.js" is not defined at require (http://127.0.0.1:43425/game/__ ... :13569) at http://127.0.0.1:43425/game/__ ... 13424 at http://127.0.0.1:43425/game/game.js:6:2 at require (http://127.0.0.1:43425/game/__ ... :13675) ...
来源: Laya_社区 发布时间: 20180702
...提示如下,开始还是好的: ReferenceError: laya is not defined at file:///E:/project/svn/trunk/src/Client/GameTs/bin/js/net/ByteFunc.js:4:12 ReferenceError: laya is not defined at file:///E:/project/svn/trunk/src/Client/GameTs/bin/js/common/GameTimer.js:2:15 ReferenceError: laya is not def...
来源: Laya_社区 发布时间: 20170908
...件 TypeError: Object prototype may only be an Object or null: undefined at setPrototypeOf (<anonymous>) at __extends (file:///C:/Users/Administrator/Documents/Game3/bin/js/UIModule.js:6:9) at file:///C:/Users/Administrator/Documents/Game3/bin/js/LoadingModule.js:17:5 at file:///C:/Users/Admin...
来源: Laya_社区 发布时间: 20170921
... Error: Cannot find module '../../libs/pb2' from 'E:\myLaya2D\src\script' at D:\Program Files\LayaAirIDE2.0\resources\app\node_modules\browser-resolve\node_modules\resolve\lib\async.js:55:21 at load (D:\Program Files\LayaAirIDE2.0\resources\app\node_modules\browser-resolve\node_modules\resolve\lib\a...
来源: Laya_社区 发布时间: 20190220
... { //停止事件冒泡,提高性能,当然也可以不要 e.stopPropagation(); //舞台被点击后,使用对象池创建子弹 let flyer: Laya.Sprite = Laya.Pool.getItemByCreateFun("bullet", this.bullet.create, this.bullet); flyer.pos(Laya.stage.mouseX, Laya.stage.mouseY); this._gameBox.addC...
来源: Laya_社区 发布时间: 20181130