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

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

391. laya中js 如何实现Sprite类继承 [ 52%]

...); /***一些基础信息***/ } Laya.class( Role , "Role" , Sprite ); var _proto_ = Role.prototype; /******/ return Role; })(); 2018-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 交...

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

392. Button点击函数逻辑bug [ 52%]

...地方导致真正该执行的地方无法执行。 应该修改为: __proto.onMouse=function(e){ if (this.toggle===false && this._selected)return; if (e.type===/*laya.events.Event.CLICK*/"click"){ this.toggle && (this.selected=!this._selected); if(this._clickHandler){ var handler ...

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

393. layabox的protobuf是否支持微信小程序的发布? [ 52%]

layabox的protobuf是否支持微信小程序的发布? layabox的protobuf是否支持微信小程序的发布? 网络上有资料显示由于微信小游戏禁止 eval , new Function 等动态代码形式,所以无法使用 protobuf.load('awesome.proto') 这样的方式,必须使用代码...

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

394. laya.ui里的tag不能赋值使用? [ 52%]

...terbtn.tag = 0; masterbtn.on(Laya.Event.MOUSE_UP,this,this.onItemMaster); _proto.onItemMaster = function(params){ var btn = params.currentTarget; console.log("----------------------- ",btn.tag);//我赋值是0,但这里调用获取是2?? } 2017-11-20 添加评论 免费帖 --> 分享 微博 QZ...

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

395. List的selectHandler 点击同一个item只能触发一次回调 [ 52%]

...这样即可,去掉判断if (this._selectedIndex !=value) __getset(0,__proto,'selectedIndex',function(){ return this._selectedIndex; },function(value){ //if (this._selectedIndex !=value){ this._selectedIndex=value; this.changeSelectStatus(); this.event(/*laya.events.Event.CHANGE*/"change&quot...

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

396. 看一下这是什么问题,运行报错 [ 52%]

...el1() { MPanel1.super(this); } Laya.class(MPanel1, "MPanel1", _super) var _proto = MPanel1.prototype; return MPanel1; }(ui.Panel1UI));代码如上,报错如下   附件 : --> 2018-02-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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

397. readUTFBytes error - Out of bounds [ 52%]

...认将读取缓冲区全部数据。 *@return 读取的字符串。 */ __proto.readUTFBytes=function(len){ (len===void 0)&& (len=-1); if (len==0)return ""; var lastBytes=this.bytesAvailable; if (len > lastBytes)throw "readUTFBytes error - Out of bounds"; len=len > 0 ? len :lastBytes; r...

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

398. list 中的scrollbar [ 52%]

... 我不会再取名字了 赞同来自:     /**@private */     __proto.onTargetMouseDown=function(e){         if ((this.isLockedFun)&& !this.isLockedFun(e))return;         this.event(/*laya.events.Event.END*/"end");         this._clickOnly=true;      ...

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

399. startDrag 被拖拽物体所在view发生旋转后的bug [ 52%]

...   *拖拽的循环处理函数。         */         __proto.loop=function(){             var point=this._parent.getMousePoint();             var mouseX=point.x;             var mouseY=point.y;             var offsetX=mouseX-this._l...

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

400. protobuf生成文件编译不过 [ 51%]

protobuf生成文件编译不过 用npm @egret/protobuf 插件生成的protobuf文件,编译不过,JS已经 引用 2019-07-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Channel.F 赞同来自: 删除了 n...

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