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

大约有 291 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0056 秒)

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

...Arr[i].amount}); } } this.otherItem_list.array = data; this.otherItem_list.mouseHandler = new Handler(this,otherItem_listRender); fengjingmeng • 2018-03-21 16:44 你这个是list的逻辑,item的更新逻辑呢。item拿到数据后你做了什么处理? z624697 • 2018-03-21 16:46 现在是...

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

272. 列表嵌套另外一个列表 [ 47%]

...his,onRender);//当list刷新时触发 并发送Box,index this.storelist.mouseHandler = new Handler(this,onMouse);//当list被点击时触发 并发送event,index } public function onRender(cell:Box,index:int):void { //当list刷新时接收并更改单元格属性 var hero:Image = cell.getChildBy...

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

273. ToolTip鼠标悬停的使用 [ 47%]

...位置怎么设置,是操作offsetX吗?还有list里怎么操作?我用mouseHandler来操作会有问题 2018-11-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 cuixueying 相关问题 LayaAir3D UnityPlugin 使用须知-版本更...

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

274. 为什么laya的Button渲染逻辑顺序是先渲染,再获取素材切片? [ 46%]

...能console出,那个list中的数据也存在,但没渲染出。 tree mouseHandler 怎么获取条目 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么会跳帧。 问题状态 最新活动: 2017-05-16 1...

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

275. laya.ui.Tree [ 46%]

...ue(如果父节点手动设置为false,则不会更改)。 Sprite  mouseHandler : Handler 单元格鼠标事件处理器。 默认返回参数(e:Event,index:int)。 Tree mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标...

来源: laya_api 发布时间: 20170929

276. laya.ui.Tree [ 46%]

...ue(如果父节点手动设置为false,则不会更改)。 Sprite  mouseHandler : Handler 单元格鼠标事件处理器。 默认返回参数(e:Event,index:int)。 Tree mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标...

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

277. List翻页效果 [ 45%]

...llBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(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; } ...

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

278. List翻页效果怎么实现 [ 45%]

...llBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(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; ...

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

279. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 44%]

...llBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(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; ...

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

280. list item 添加事件后无法监听 [ 44%]

... = x;     list.y = y;     list.vScrollBarSkin = "";      list.mouseHandler = new Handler(this, onSelect)     list.selectEnable = true;     list.selectHandler = new Handler(this, onSelect);      list.renderHandler = new Handler(this, updateItem);     return list; }  fun...

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