大约有 21 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0023 秒)
... null; 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...
来源: Laya_社区 发布时间: 20160803