大约有 164 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0031 秒)
...者顶部 UI 组件中list自动滚动到list底部,代码片段 MyChat.prototype.ScrollToBottom=function(caller,callback){ var page=this.msgList.length - 8; if(page < 0)page=0; page +=1; if(caller) this.list.tweenTo(page,0,Handler.create(caller,callback)); else this.list.tweenTo(page,0); } 201...
来源: Laya_社区 发布时间: 20190226
...uper.call(this); } CLASS$(GameUI,'ui.GameUI',_super); var __proto__=GameUI.prototype; var Mole=(function(){ function Mole(btn_start){ alert(1) }; })() 2018-05-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w111...
来源: Laya_社区 发布时间: 20180504
...: let color='#FFFFFF' 原生: color.substr(0,0) -> ''; String.prototype.substr = Laya.__substr : color.substr(0,0) -> '#FFFFFF' 2017-04-10 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 这个方法我们是通过laya.js.exe解决的,你看不到源代码,你可以实...
来源: Laya_社区 发布时间: 20170410
...not exist on type '{ new (type: string, eventInitDict?: EventInit): Event; prototype: Event; readonly AT_TARGET: num...'.' at: '20,39' source: 'ts' 不import , 直接用 Event.CLICK 也会报错
来源: Laya_社区 发布时间: 20180522
...Children===void 0)&& (detroyChildren=true); _super.prototype.destroy.call(this,detroyChildren); // native会崩溃 // this.videoElement.removeEventListener("abort",Video.onAbort); // this.videoElement.removeEventListener("canpla...
来源: Laya_社区 发布时间: 20181207
...因为代码是编译成js运行的,只是借助了as的语法,而js是prototype语言,没有显式的class机制,所以没有直接的api帮你拿到类结构。还有一个方法是做类型转换,然后判断结果是否为null,这一样需要些枚举。
来源: Laya_社区 发布时间: 20180404
...的链接 提交 1 个回复 Monica - 知识达人 赞同来自: EnemyTest.prototype.aa = function(){} 2018-01-31 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sky391153342 相关问题 两个对象new了一个相同的对象,调用...
来源: Laya_社区 发布时间: 20180131
...royChild===void 0)&& (destroyChild=true); this._idMap=null; _super.prototype.destroy.call(this,destroyChild); var list=laya.display.Scene.unDestroyedScenes; for (var i=0,n=list.length;i < n;i++){ if (list[i]===this){ list.splice(i,1); return; } } }这里改动了同一个数组,导致...
来源: Laya_社区 发布时间: 20181128
...er || new Laya.Handler(this, this.updateList); ActivityXXXXXUI.prototype.updateList = function(cell, index) { var info = cell.dataSource; var img_icon = cell.getChildByName("img_icon");//图标 var lab_name = cell.getChildByName("lab_name");/...
来源: Laya_社区 发布时间: 20170808
...础信息***/ } Laya.class( Role , "Role" , Sprite ); var _proto_ = Role.prototype; /******/ return Role; })(); 2018-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 交给你一个笨的...
来源: Laya_社区 发布时间: 20181012