• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 180 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)

11. UI-List [ 96%]

...es/ui/listskins/4.jpg"); data.push("../../res/ui/listskins/5.jpg"); } list.array = data; } private updateItem(cell: Item, index: number): void { cell.setImg(cell.dataSource); } private onSelect(index: number): void { console.log("当前选择的索引:" + index); } } import Box = Laya.Box; import ...

来源: Laya_示例 发布时间: 20241117

12. list图片路径没问题.为什么图片就是不显示.啊啊啊也,求解答 [ 96%]

...3-21 16:56 浏览: 944 关注: 3 人 z624697 • 2018-03-21 16:40 var data:Array = []; //根据装备类型拿到服务端的装备vo列表数据 allEquipArr = BagData.ins.getItemByType(PackType.item_); //遍历装备列表 for(var i:int = 0; i < allEquipArr.length; i++) { var itemlo:ItemConfigLO...

来源: Laya_社区 发布时间: 20180321

13. 关于list空间的问题 [ 95%]

...enderHandler = new Handler(this, this.onUpdateItem); //this._ui.serverList.array = this._loadData.list; this._ui.serverList.array = data;   附件 : --> 2017-09-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 M...

来源: Laya_社区 发布时间: 20170924

14. 分享:List相关(Item增删功能) [ 95%]

...ass LayaUISample { private var listP:ListPageUI;//UI面板 private var arr:Array;//list数据数组 public function LayaUISample() { //初始化引擎 Laya.init(600, 800); Laya.stage.bgColor = "#ffcccc"; //加载界面需要的资源文件 Laya.loader.load([{url: "res/atlas/comp.json", type: Loader....

来源: Laya_社区 发布时间: 20170313

15. list里面可以加入多个view吗? [ 94%]

...{ vdata.push({name:{text:'gggg'}}); //压入三个view对象 } this.lister.array = vdata; this.lister.vScrollBarSkin = ""; this.lister.scrollBar.hide = true; 整体UI结构: VIEW -----list --------view -------------label 2017-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

来源: Laya_社区 发布时间: 20170626

16. 缓动-缓动函数演示 [ 94%]

...ut'); data.push('strongIn', 'strongOut', 'strongInOut'); easeFunctionsList.array = data; } renderList(item) { item.setLabel(item.dataSource); } onEaseFunctionChange(list) { const Tween = Laya.Tween, Ease = Laya.Ease; character.pos(100, 50); tween && tween.clear(); tween = Tween.to(character, { x: 35...

来源: Laya2.0_示例 发布时间: 20241117

17. 缓动-缓动函数演示 [ 94%]

...ut'); data.push('strongIn', 'strongOut', 'strongInOut'); easeFunctionsList.array = data; } function renderList(item) { item.setLabel(item.dataSource); } function onEaseFunctionChange(list) { character.pos(100, 50); tween && tween.clear(); tween = Tween.to(character, { x: 350, y: 250 }, duration, Eas...

来源: Laya_示例 发布时间: 20241117

18. list中加的button不能接收点击事件 求一个list中加button的demo [ 93%]

...ateItem(items):void{         var posY = 0;         var data: Array<any> = [];         for(var i= 0 ;i< items.UserWareList.length;i++){             var itemList = new BagItem(items.icon,items.name,items.count);             itemList.pos(70,posY);  ...

来源: Laya_社区 发布时间: 20170310

19. 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 [ 93%]

...使得新添加的元素始终保持在最底部显示? LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 关于Laya实现Matter.js官方案例凹多边形的问题 移植了一个游戏 代码重新 写的 两个问题 有元件支援视频流渲染吗? Image元件读不了...

来源: Laya_社区 发布时间: 20180515

20. list 下 生成图片模糊 [ 93%]

...个list }, _render_bigList: function (cell, idx) { var data = this.bigList.array; if (idx >= data.length) { return; } cell.removeChildren(); var root = cell.getChildByName('root'); if (!root) { root = new Sprite(); root.pos(0, 0); root.name = "root"; cell.addChild(root); } 。。。。。 生成...

来源: Laya_社区 发布时间: 20170324