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

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

61. Laya.ani 库勾选但报 laya.ani.swf.MovieClip undefined [ 68%]

...fined Laya2.1.0 JS调用Java PlatformClass undefined Cannot read property 'call' of undefined 生成微信小游戏时各种"undefined"(已解决) 关于微信连接无法自动转为wss的问题,window.location.protocol为undefined code.js打包出来undefined Cannot read property 'call' of undefin...

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

62. request failed status:0 [ 68%]

...ty导出的场景在手机上提示"request:fail invalid url" 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 WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame h...

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

63. 打飞机点开始游戏加载飞机动画不出来,点重新开始,才出来,新手求助! [ 68%]

...d(over); } hero类: (function() { function Hero(type, hp) { Hero.__super.call(this); this.fly(); } Laya.class(Hero,"Hero", Air); var _proto = Hero.prototype; _proto.fly = function() { this.playAction("fly") } })(); air类: (function() { function Air(type, hp) { this.hp = hp; this.type = type; th...

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

64. Laya api 中可能的bug [官方来看] [ 67%]

...lds=this._childs; this._childs=this._showGridList; _super.prototype.render.call(this,context,x,y); this._childs=childs; }2.core中Sprite的zorder的set方法中 有一行代码有疑似bug,麻烦官方帮忙确认 /**z排序,更改此值,则会按照值的大小对同一容器的所有对象...

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

65. 物体随着鼠标滑动旋转脚本 [ 67%]

...   var _this = this;     ObjectRotate.__super.prototype._initialize.call(this,owner);       //在this(调取本函数的的对象)作用域内,侦听mousedown(鼠标按下)事件,如果侦听到就执行方法this.mousedown     Laya.stage.on("mousedown", this, this.mouseDo...

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

66. 【简单跑酷--JS版】---Lv.6 终篇 [ 67%]

... = 0; //最大值 this.MAX_VALUE = 100; //值 this.value = 100; Hp.__super.call(this); this.init(type); } //能量类型 Hp.HP_TYPE_ENERGY = "hp_type_energy"; //速度类型 Hp.HP_TYPE_SPEED = "hp_type_speed"; //Hp Laya.class(Hp,"Hp", laya.display.Sprite); var _proto = Hp.prototype; _proto.init = fu...

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

67. 1.0 打包apk闪退 有日志 应该是跟引擎网络模块相关 [ 66%]

..._JS2CFunc<void (laya::XMLHttpRequest::*)(char const*, char const*)>::call(v8::FunctionCallbackInfo<v8::Value> const&)+404) [arm64-v8a] 4 #03 pc 00000000009bfcbc /data/app/com.mylafe.game.handsomecat-Bnthya3kQ4uXAUEgl_GARw==/lib/arm64/liblayaair.so (v8::internal::FunctionCallbackArgu...

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

68. 关于ios下的错误 [ 65%]

...nt_entry + 24552 16 JavaScriptCore _llint_entry + 24552 17 JavaScriptCore _callToJavaScript + 308 18 JavaScriptCore JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*) + 48 19 JavaScriptCore JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC...

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

69. 小游戏启用版本管理本地资源加载报错解决方案 [ 65%]

...(MiniLoader._fileTypeArr.indexOf(urlType)!=-1)){ MiniAdpter.EnvConfig.load.call(this,[b]url[/b],type,cache,group,ignoreCache); }else { if(MiniAdpter.isZiYu && !MiniFileMgr.ziyuFileData[url=){]){ url=URL.formatURL(url); } if(MiniAdpter.isZiYu && MiniFileMgr.ziyuFileData[/url][url=){])...

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

70. 通过laya设计模式制作的,要怎么给按钮绑定事件呢? [ 65%]

...n(_super){ function MainSceneUI(){ this.Btn_Task=null; MainSceneUI.__super.call(this); } CLASS$(MainSceneUI,'ui.MainSceneUI',_super); var __proto__=MainSceneUI.prototype; __proto__.createChildren=function(){ _super.prototype.createChildren.call(this); this.loadScene("MainScene"); } return ...

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