大约有 486 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
...log 请问主场景调用 Dialog constructor(){ super(); 如何调用呢 这个地方 } 附件 : --> 2019-12-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20191225
...层没有移除?是为什么? function Controller() { Controller.super(this); this.btn.on(Event.CLICK,this,function(){ this.destroy(); }) } Laya.class(Controller, "Controller", stUI); 2018-08-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180831
... var MachineCtrl = class extends CtrlBase { constructor() { super(); } }; __name(MachineCtrl, "MachineCtrl"); // src/funcccccc.ts var funzzzzz = class { constructor() { } static run(callBack, caller, time) { new MachineCtrl(); } ...
来源: Laya_社区 发布时间: 20230608
...么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 super1013 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 请问有没有方法能够获取“鼠标是否处于按下状态”? 请问在layaIDE里,怎么调...
来源: Laya_社区 发布时间: 20180202
...; public btnClose:Laya.Button; constructor(){ super()} createChildren():void { super.createChildren(); this.createView(GmPanelUI.uiView); } } } 2.0之前版本,是不会把Laya.前缀...
来源: Laya_社区 发布时间: 20190128
...//背景 this.bg = null; //背景右边补丁 this.rightBg = null; Floor.__super.call(this); } //事件名称 //超过屏幕一定值出发新的floor事件 Floor.OUT_COMPLETE = "floor_out_complete"; //整个地板都不在屏幕里面事件 Floor.OUT_DIE = "floor_out_die"; //Floor 是一个显示...
来源: Laya_社区 发布时间: 20160801
...annot read property 'call' of undefined" 说是这个有错误 Aircraft.super(this); 我整个Aircraft就是按照视频的Role改写的 几乎一模一样 希望大神能指导一下到底哪里错了 附件 : --> newAirWar.zip 2017-11-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20171118
...vent = Laya.Event; // 创建TestPageUI的子类 function TestUI() { TestUI.super(this); //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 this.btn.on(Event.CLICK, this, onBtnClick); this.btn2.on(Event.CLICK, this, onBtn2Click); function onBtnClick() { //手动控...
来源: Laya_示例 发布时间: 20241117
...vent = Laya.Event; // 创建TestPageUI的子类 function TestUI() { TestUI.super(this); //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 this.btn.on(Event.CLICK, this, onBtnClick); this.btn2.on(Event.CLICK, this, onBtn2Click); function onBtnClick() { //手动控...
来源: Laya2.0_示例 发布时间: 20200319
WebGLCanvas内存泄露 这里没有super.destroy,导致资源卸载不掉,内存泄露 附件 : --> 2018-05-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这个操作只会影响...
来源: Laya_社区 发布时间: 20180520