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

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

41. 加载界面一直显示 0% [ 75%]

...on (value) { if (this.bridge) { if (this.sOS == "Conch-ios") { this.bridge.call("loading:", value); } else if (this.sOS == "Conch-android") { this.bridge.call("loading", value); } console.log("loadingView.prototype.loading=" + value); } }; 这个方法就没有调用,是需要在哪调用吗? ...

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

42. Failed to construct 'AudioContext' [ 75%]

...机调试时http请求错误,返回Request failed Status:0 FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory LayaAirIDE构建的iOS包加入网易七鱼后崩溃,报错信息curl_e...

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

43. TimeLine有Bug [ 75%]

...,TimeLine能否增加一些其他的方法,类似egret中的wait,set,call方法,让TimeLine的功能更强大。 我想实现的功能是,一张对象有多段动画,在第一段动画执行完毕以后,设置一些属性,比如设置对象的属性obj["aaa"]=1,然后等待2秒,cal...

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

44. addToTransparentRenderQueue 中 'add' of undefined [ 75%]

...efined Laya2.1.0 JS调用Java PlatformClass undefined api readFile success callback function undefined Cannot read property 'call' of undefined 生成微信小游戏时各种"undefined"(已解决) 运行编译 报错Cannot read property 'on' of undefined Cannot read property 'call' of undefined 问...

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

45. 【已解决】调用安卓方法时会报找不到‘createClass’ [ 75%]

...atformClass.createClass("demo.JSBridge");//创建脚步代理 alert(bridge.call("ShowToast:","hello"));   报错信息: 2020-01-04 18:20:03.353 17840-17920/com.dg.moto E/LayaBox: ==JSERROR:     http://stand.alone.version/js/bundle.js:8263:     TypeError: Cannot read property 'createClass' of ...

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

46. mac 开放域 发布失败 [ 75%]

...or:出错啦,请把此信息截图给研发商 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 sig...

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

47. 【简单跑酷--JS版】---Lv.3 添加地板 [ 74%]

...东西  (function(){ /** * 地板类 */ function Floor(){ Floor.__super.call(this); } //Floor 是一个显示对象 继承此 Sprite Laya.class(Floor, "Floor", laya.display.Sprite); var _proto = Floor.prototype; _proto.init = function(type){ //创建一个帧循环处理函数 Laya.timer.frameLoop(...

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

48. 关于实例化 动画特效.efc 文件的问题 [ 74%]

...报错: 具体是layaUI.max.all.js里的这一行:effect01UI.__super.call(this); TypeError: Cannot read property 'call' of undefined   请问我应该怎么实例化 effectAnimation.efc 这种模板?   2018-01-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

49. 关于3d项目中component的问题 [ 73%]

...nction (owner) { var _this = this; CmpScript.__super.prototype._initialize.call(this, owner); } CmpScript.prototype._update = function (state) { CmpScript.__super.prototype._update.call(this, state); if (this.owner) { this.x += 1; var translate = new Laya.Vector3(this.x, 500, 0); Laya.Utils3D.conver...

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

50. 续飞机大战 [ 73%]

...ckGround = (function (_super) { function BackGround() { BackGround.__super.call(this); //创建背景1 this.bg1 = new Laya.Sprite(); //加载并显示背景图 this.bg1.loadImage("war/background.png"); //把背景1放到容器内 this.addChild(this.bg1); //创建背景2 this.bg2 = new Laya.Sprite();...

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