大约有 331 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0041 秒)
Laya_社区(221) Laya2.0_文档(37) Laya2.0_api(21) Laya3.0_api(21) laya_api(19) Laya3.0_文档(7) Laya2.0_示例(3) Laya_示例(2)
...ex: number): void { let img_rule = cell.getChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18n.json"); text_info.text = i18n[`tips_text$text_i18n$${1101 + index}`][ConfigInfo.l...
来源: Laya_社区 发布时间: 20171202
...ex: number): void { let img_rule = cell.getChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18n.json"); text_info.text = i18n[`tips_text$text_i18n$${1101 + index}`][ConfigInfo.l...
来源: Laya_社区 发布时间: 20181112
...; case 2: bb=4; break; case 3: bb=1; break; case 4: 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...
来源: Laya_社区 发布时间: 20170616
...就设置物件visible的属性 假设我的list裡面的项目是由一个Image跟一个Label构成 那麽我的做法是这样var arr=[]; arr.push({Image:"url",Label:"text"}); list.array=arr; 我现在想在push当中就设置Image的visible属性为false 以简化我的码 请问有可行办法...
来源: Laya_社区 发布时间: 20170822
...入口 class GameMain { private btn: Laya.Button; private skin: string = 'images/button.png'; constructor() { Laya.init(200, 300); Laya.loader.load(this.skin, Laya.Handler.create(this, () => { this.btn = this.createBtn(this.skin); this.btn.on(Laya.Event.CLICK, this, this.onClick); })); } /** * ...
来源: Laya_社区 发布时间: 20170511
...ode <View width="750" height="225" editorInfo="compId=1"> <Image y="0" x="0" skin="home/image_touxiangkuang.png" editorInfo="compId=5"/> </View> 附件 : --> 2017-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20170809
...ex: number): void { let img_rule = cell.getChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18n.json"); text_info.text = i18n[`tips_text$text_i18n$${1101 + index}`][ConfigInfo.l...
来源: Laya_社区 发布时间: 20180724
...接引起 drawcall 暴增,这是为啥了? fish.scoreItem = new Laya.Image(); fish.scoreItem.skin = "assets/ui_imgs/img_10103.png"; fish.scoreItem.sizeGrid = '0,10,0,10'; var price = this.getFishVal('10001', 3); var length = String(price).length; var w = length * 16 + 15 + 40; fish.sco...
来源: Laya_社区 发布时间: 20180516
...获取手机相册内容 怎么获取手机相册内容 <input accept="image/*" type="file">这个可以获得,但是怎么用,怎么接收,有没有有经验的。谢过大家了 2018-05-29 添加评论 已悬赏2元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20180529
Image.loadImage 方法加载问题 调用 setPublicSpacesData 这个方 传入参数 里面有每一个图片的名字 三个不同的图片 只能加载两个 但是三个同样的图片没问题 this.publicSpaceList = new Laya.List(); this.publicSpaceList.itemRender = gamepublicspaceitem.Pu...
来源: Laya_社区 发布时间: 20170923