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

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

271. 列表嵌套另外一个列表 [ 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

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

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

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

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

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

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

274. laya.ui.Tree [ 46%]

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

来源: laya_api 发布时间: 20170929

275. laya.ui.Tree [ 46%]

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

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

276. 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

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_社区 发布时间: 20181112

278. 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

279. 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

280. 关于创建Sprite获取大小 [ 44%]

...获取鼠标滚轮是放大开始缩小 怎么获取对象的坐标 tree mouseHandler 怎么获取条目 怎样获取浏览器地址传过来的GET参数 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 问题状态 最新活动: 2018-05-30 23:03 浏览: 1268 关注: 2 人 冰水b...

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