大约有 7 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, t...
来源: Laya_社区 发布时间: 20170215
Panel加了vScrollBarSkin还是不能滚动 有规范的案列可以提供一下吗, 写一个聊天的窗口 HTMLDivElement + Panel 已经超过范围了,还是不能滚动 2017-09-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20170904
...以如何设置,让他每次滑动,只能固定的值。 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Laya3D里的material可以设置flat shading么 关于同为object层,层级设置无效的问题 问题状态 最新活动: 201...
来源: Laya_社区 发布时间: 20171128
...变图片大小? 图片添加点击事件 有的不生效 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 编辑了图片 执行代码说加载不出来资源 这个是怎么回事? 关于同为object层,层级设置无效的问题 ...
来源: Laya_社区 发布时间: 20170726
...做法,有的话请指教一下。 Panel创建后,同帧设置Panel的hScrollBar="",然后refresh(),设置value值,则面板刷新位置出错,因为setContentSize实际上 当前帧并没有调用,而之后调用创建在了0,0点,因此位置错误了 类似的BUG https://ask.layab...
来源: Laya_社区 发布时间: 20211108
...高和点击区域? 骨骼动画播放完后的回调时间 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什...
来源: Laya_社区 发布时间: 20180822
....stage.height - HEI * list.repeatY) / 2; // 使用但隐藏滚动条 list.vScrollBarSkin = ""; list.selectEnable = true; list.selectHandler = new Handler(this, onSelect); list.renderHandler = new Handler(this, updateItem); Laya.stage.addChild(list); // 设置数据项为对应图片的路径 var dat...
来源: Laya_社区 发布时间: 20180312