大约有 6 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0261 秒)
...: 与内容相关的链接 提交 2 个回复 xiaohai 赞同来自: 我用 tweenTo(key,0)实现了,,不知道有没有其他api 2017-09-08 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 可以控制list.scrollBar的value,显示到你的第5个cell! 2017-09-08 0 1 分享 微博 Q...
来源: Laya_社区 发布时间: 20170908
... this.m_downValue) { this.list_rule.scrollBar.stopScroll(); this.list_rule.tweenTo(index - 1,100); } else if (this.list_rule.scrollBar.value > this.m_downValue) { this.list_rule.scrollBar.stopScroll(); this.list_rule.tweenTo(index + 1,100); } } this.m_downValue = -1; } } } 2020-10-18 0 0 分享 ...
来源: Laya_社区 发布时间: 20170215
...:Point 将本地坐标系坐标转转换到父容器坐标系。 Sprite tweenTo(index:int, time:int = 200, complete:Handler = null):void 缓动滚动列表,以设定的数据索引对应的单元格为当前可视列表的第一项。 List updateArray(array:Array):void 更新数据源,不...
来源: Laya2.0_api 发布时间: 20190513
...:Point 将本地坐标系坐标转转换到父容器坐标系。 Sprite tweenTo(index:int, time:int = 200, complete:Handler = null):void 缓动滚动列表,以设定的数据索引对应的单元格为当前可视列表的第一项。 List updateZOrder():void根据zOrder进行重新排序。Sp...
来源: laya_api 发布时间: 20170929
...没有产生作用。 在您描述的上述几个问题中: 1、list的tweenTo方法,第二个参数为0时造成列表子项渲染错误的问题,我们测试并没有复现。 2、ide多语言的设置问题,需要您提供给一个可以复现的demo。 3、displayChild的问题我们已...
来源: Laya_社区 发布时间: 20211105
...e set_width size skew startDrag stopDrag timerLoop timerOnce toParentPoint tweenTo updateArray updateZOrder fromImage Constructors constructor new List(createChildren?: boolean): List Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一...
来源: Laya3.0_api 发布时间: 20231115