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

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

681. 在微信小游戏中使用list,兼听不到mouseHandler跟selectHandler。 [ 67%]

...es/ui/listskins/4.jpg"); data.push("../../res/ui/listskins/5.jpg"); } list.array = data; }   function updateItem(cell, index) { cell.setImg(cell.dataSource); }   function onSelect(index) { console.log("当前选择的索引:" + index); } })(); 2018-07-31 添加评论 免费帖 --> 分享 微博 ...

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

682. List翻页效果 [ 67%]

...this, this.onMouse) } onOpened(param: any) { super.onOpened(param); let imgArray = ; for (let i = 1; i < 7; i++) { imgArray.push(`ui/bg_help_0${i}.png`) } this.list_rule.array = imgArray; } public updateItem(cell: Laya.Box, index: number): void { let img_rule = cell.getChildByName("img_rule") as ...

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

683. 曲线遮罩层无法正确渲染 [ 67%]

...法播放,U3D和1.7.*都没问题 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? dialog 自定义关闭效果,效果执行完,弹窗无...

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

684. graphics 绘制线条粗细不一样 [ 67%]

... 发起人 157*****121 相关问题 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 富文本下划线绘制bug layaAir,图片在普通尺寸和放大2倍的情况下,...

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

685. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 67%]

...er(); return _I; } private static var socket:Socket=null; private var list:Array=; public function Connect(url:String):void { socket=new Socket(); socket.on(Event.OPEN, this, onSocketOpen); socket.on(Event.CLOSE, this, onSocketClose); socket.on(Event.MESSAGE, this, onMessageReveived); socket.on(Even...

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

686. 数据、图片路径已加载到数组里面,要如何将图片路径赋值给skin?然后显示到list[ 67%]

...mage}, m_label:allEquipArr[i].amount.toString()}); } } this.otherItem_list.array = data; //单元格鼠标事件处理函数 this.otherItem_list.mouseHandler = new Handler(this,otherItem_listRender); 是这样子的.我从服务端拿到数据,然后将数据直接传到UI拼接好的otherItem_list...

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

687. List滚动条问题 [ 67%]

... new Laya.Handler(this, UpdateMarketItem); Laya.stage.addChild(list); list.array = that._items;updateitem代码如下: function UpdateMarketItem(cell, index) { // {id:1,name:"10金豆-测试",price:0.01,title:"10金豆-测试",desc:"测试",balance:10,gift:0,imgPath:"res\\common\\BalanceSellDlg\\x...

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

688. 【求助】怎么在自定义对象进行实例化的时候,给它绑定监听事件 [ 67%]

...dSprite); //初始化当前菜品下标 this.index = 0; //数据数组 foodArray = ; foodArray.push(new Food("菜品1", "1", 0)); foodArray.push(new Food("菜品2", "2", 1)); foodArray.push(new Food("菜品3", "3", 2)); foodArray.push(new Food("菜品4", "4", 3)); foodArray.push(new Food("菜品5", ...

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

689. list item 添加事件后无法监听 [ 67%]

...es/ui/listskins/4.jpg"); data.push("../../res/ui/listskins/5.jpg"); } list.array = data; }   function updateItem(cell, index) { cell.setImg(cell.dataSource); }   function onSelect(index) { console.log("当前选择的索引:" + index); } })(); 2018-07-25 0 0 分享 微博 QZONE 微信 为什么...

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

690. laya.ui.ComboBox [ 66%]

...像素为单位)。 Sprite drawCallOptimize : BooleanSprite filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalRotation : Number[read-only] 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Sprite globalScaleX : Number[read-only] 获得...

来源: Laya2.0_api 发布时间: 20190513