大约有 21 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0044 秒)
...RunGame.__super.call(this); this.init(); } //RunGame 是一个显示对象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); } })(); 此处我们要说一...
来源: Laya_社区 发布时间: 20160722
...一个UI的类,你想控制这个类里的东西,你要用新的类去继承这个类,this._tab.selectedIndex = 1; 是没问题的, 我测试可选中,selectedIndex没有下划线。 2017-12-14 0 5 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经...
来源: Laya_社区 发布时间: 20171214
...关的链接 提交 2 个回复 HummerMan 赞同来自: 貌似是Laya的js继承写法,这个方法在哪里的呀,我正在找这个功能呢? 2017-08-10 0 0 分享 微博 QZONE 微信 mayzhengxi 赞同来自: 额 没搞懂你说的啥 2017-08-10 0 0 分享 微博 QZONE 微信 为什么被折...
来源: Laya_社区 发布时间: 20170810
...内容相关的链接 提交 1 个回复 bpmf_d 赞同来自: 3D物体要继承 Laya.Script3D 而不是 Laya.Script 2019-05-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 176*****404 相关问题 sprite旋转以后,但是原来碰...
来源: Laya_社区 发布时间: 20190314
...RunGame.__super.call(this); this.init(); } //RunGame 是一个显示对象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); //背景 this.bg = new Backgr...
来源: Laya_社区 发布时间: 20160803
...e) { instance = new T(); } return instance; } } 这样我在其他地方,继承Class1,就可以直接类名.GetInstence()获取该类的实例 2018-06-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aar...
来源: Laya_社区 发布时间: 20180619
...llisionListener"; /** * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联 * 相比脚本方式,继承式页面类,可以直接使用页面定义的属性(通过IDE内var属性定义...
来源: Laya_社区 发布时间: 20200720
...面事件 Floor.OUT_DIE = "floor_out_die"; //Floor 是一个显示对象 继承此 Sprite Laya.class(Floor, "Floor", laya.display.Sprite); var _proto = Floor.prototype; /** * type int 1->地板默认宽度 other->随机宽度 */ _proto.init = function(type){ this.maxRight = 0; //如果不开...
来源: Laya_社区 发布时间: 20160801
...RunGame.__super.call(this); this.init(); } //RunGame 是一个显示对象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); //背景 this.bg = new Backgr...
来源: Laya_社区 发布时间: 20160801
...引擎加载,再到chrome中刷新,才能恢复原样。 UI界面的继承类 var StartResource = function StartResource(){ StartResource.super(this); //LOGO 图标 访问地址 var href='https://list.tmall.com/search_product.htm?q=%BB%A8%D3%A1%D0%B6%D7%B1%CB%AE&type=p&spm=a220m.10008...
来源: Laya_社区 发布时间: 20180810