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

大约有 1,740 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0065 秒)

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

...设定了大飞机的血量,可是打一下就死了。    var Game = (function(){ (function Game(){ // 子弹发射偏移位置表 this.bulletPos = [[0],[-15,15],[-30,0,30],[-45,-15,15,45]]; // 关卡等级 this.level = 0; // 升级等级所需要的成绩数量 this.levelUpScore = 0; // 积分...

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

102. TypeError: Cannot read property 'm_jointList' of null [ 82%]

...打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError...

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

103. 在开发域绘制list后 显示出来了 但点击会报下面的错误 [ 82%]

...hirdScriptError this._stage._canvasTransform.invertTransformPoint is not a function;at requestAnimationFrame callback function TypeError: this._stage._canvasTransform.invertTransformPoint is not a function at MouseManager.__proto.initEvent (subContext/code.js:2999:32) at MouseManager.__proto.runEven...

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

104. mac 开放域 发布失败 [ 82%]

...,请把此信息截图给研发商 Uncaught Error: Could not call remote function ''. Check that the function signature is correct. Underlying error: Error processing argument at index 0, conversion failure from null Error: Could not call remote function ''. Check that the function signature is co...

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

105. 适配模式在 showall 模式下火狐(PC)的sizeGrid 特别容易出现间隙 [ 82%]

...? 2017-08-28 0 1 分享 微博 QZONE 微信 a1284964657 赞同来自: (function() { var Stage = Laya.Stage; var Image = Laya.Image; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas             Laya.init(550, 400);             // Laya.init(550, 400);    ...

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

106. 微信开发者工具,打开Laya发布的包。编译报请先初始化小游戏适配库,详细教程 [ 82%]

...us) @ gamePage.html:148 VM163:1 gameThirdScriptError window.focus is not a function TypeError: window.focus is not a function     at Function.Browser.__init__ (http://127.0.0.1:61836/game/code.js:7139:21)     at Function._$GET_clientWidth (http://127.0.0.1:61836/game/code.js:7056:11)     at ne...

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

107. 编译前(AS)和编译后(JavaScript)程序的行为是不一致的,求最佳实践和原理。 [ 81%]

...的位置提醒开发者啊。package { public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var func:Function = new A().method; func(); } } } package { public class A { private var _attr:int = 123; public function A() { } public function method():void { t...

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

108. laya2.2.0发布layanative(安卓),运行后报错 [ 81%]

...行后报错    TypeError: this._nativeObj.addGlobalValueDefine is not a function             return this._nativeObj.addGlobalValueDefine(modifyType, type, size, defaultData);                                    ^^                                        ...

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

109. 2.4.0bate IDE layaair2-cmd 安装错误求解 [ 81%]

...or\AppData\Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js'     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)     at Function.Module._load (internal/modules/cjs/loader.js:562:25)     at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)     at...

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

110. linux系统运行layaair-cmd报错 [ 81%]

...) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:188:16) at bootstrap_node.js:609:3 linux系统不能执行layaair-cmd的指令吗?有没有人遇到过这...

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