大约有 188 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0032 秒)
Laya_社区(78) Laya2.0_文档(76) Laya3.0_文档(29) laya_api(1) Laya_示例(1) Laya3.0_api(1) Laya2.0_示例(1) Laya2.0_api(1)
...图片 var img = new Laya.Image(); img.centerX = 0; img.centerY = -70; img.skin = "res/monkey2.png"; Laya.stage.addChild(img); //文字 var text = new Laya.Label(); text.text = "游戏的水平方向"; text.color = "gray"; text.fontSize = 100; text.centerX = 0; text.centerY = 50; Laya.stage.addChild...
来源: Laya2.0_文档 发布时间: 20210715
...istBg.visible = true; this.reqImage = this.iconImg; this.imgList.vScrollBarSkin = ''; this.imgList.selectEnable = true; this.imgList.array = listArr; this.imgList.renderHandler = new Laya.Handler(this, this.onRender); this.imgList.selectHandler = new Laya.Handler(this, this.onSelect); } onSelect(ind...
来源: Laya_社区 发布时间: 20190318
...atY) / 2; // 使用但隐藏滚动条,滚动条水平滚动 list.vScrollBarSkin = ""; // list.vScrollBarSkin 滚动条垂直滚动 //item对象是否可选以及选中后可做的操作 list.selectEnable = true; list.selectHandler = new Handler(this, this.onSelect); // 滚动条的橡皮筋操作:...
来源: Laya_社区 发布时间: 20180410
...img:Laya.Image = new Laya.Image(); img.centerX = 0; img.centerY = -70; img.skin = "res/monkey2.png"; Laya.stage.addChild(img); //文字 var text:Laya.Label = new Laya.Label(); text.text = "游戏的水平方向"; text.color = "gray"; text.fontSize = 100; text.centerX = 0; text.centerY = 50; Laya.sta...
来源: Laya2.0_文档 发布时间: 20210715
...: bb=3; break; } var img:Image = cell.getChildByName("img1") as Image; img.skin ="battle/xuanshangyu/Image_"+aa+"00"+bb+".png"; 一个list中有4张图片,图片随机从id1002,2004,3001,4003中随机选一张,但是这样的话一个list中有4张有3个list就要12张重复这样12次感觉不...
来源: Laya_社区 发布时间: 20170616
...t组件的, list.array = [head:1], 但是我想改变里面头像,head.skin, 我该如何设置啊 2018-04-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ccloving 赞同来自: 我尝试了这种做法,...
来源: Laya_社区 发布时间: 20180404
...g",hot:1,orderCount:9} // 背景 var bg_image = new Laya.Image(); bg_image.skin = "res/popupwnd/market_item_bg.png"; bg_image.pos(0, 0); bg_image.size(312, 462); this.addChild(bg_image); // 金豆数 this._goldLabel = new Laya.Label(); this._goldLabel.color = "#FFBA00"; var font = GameUI.GetFont("$f...
来源: Laya_社区 发布时间: 20170422
...片 var img:Image = new Image(); img.centerX = 0; img.centerY = -70; img.skin = "res/monkey2.png"; Laya.stage.addChild(img); //文字 var text:Label = new Label(); text.text = "游戏的水平方向"; text.color = "gray"; text.fontSize = 100; text.centerX = 0; text.centerY = 50; Laya.stage.addChild(...
来源: Laya2.0_文档 发布时间: 20210714
... #### 2.2 皮肤区别 组件库中存放的组件,默认不带皮肤(skin)。放入场景编辑器后根据需要手动设置皮肤。 资源管理器中存放的是组件皮肤资源,放入场景编辑器后,通过资源的前缀来识别区分对应的组件,并以拖入的资源为...
来源: Laya2.0_文档 发布时间: 20210714
... #### 2.2 皮肤区别 组件库中存放的组件,默认不带皮肤(skin)。放入场景编辑器后根据需要手动设置皮肤。 资源管理器中存放的是组件皮肤资源,放入场景编辑器后,通过资源的前缀来识别区分对应的组件,并以拖入的资源为...
来源: Laya2.0_文档 发布时间: 20210715