大约有 24 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0015 秒)
...1] = { url: "res/bg.png", type: Laya.Loader.IMAGE } asset[2] = { url: "res/bg1.png", type: Laya.Loader.IMAGE } asset[3] = { url: "res/bg2.png", type: Laya.Loader.IMAGE } asset[4] = { url: "res/atlas/ui.json", type: Laya.Loader.ATLAS } asset[5] = { url: "mileTxt.png", type: Laya.Loader.IMAGE } Laya.l...
来源: Laya_社区 发布时间: 20170103
...不能写个具体点的。。。。 cuixueying • 2017-01-05 16:05 this.bg1.scale(想要的宽度/图片原始宽度,想要的高度/图片原始高度) Todo • 2017-01-05 16:18 @cuixueying:嗯好的谢谢!
来源: Laya_社区 发布时间: 20170105
...function BackGround() { //定义背景1 this.bg1 = null; //定义背景2 this.bg2 = null; //初始化父类 BackGround.__super.call(this); this.init(); } //注册类 BackGround ...
来源: Laya_社区 发布时间: 20170311
...img1 =new Laya.Image("bg0.png"); var img2 =new Laya.Image("bg1.png"); this.pos(0,0); img1.size(100,30); img2.size(100,50); img1.name ="img1"; img2.name ="img2"; img2.visible =false; //默...
来源: Laya_社区 发布时间: 20190522