大约有 103 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0046 秒)
Laya_社区(90) Laya3.0_api(5) Laya2.0_文档(3) laya_api(1) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1) Laya2.0_示例(1)
List的cells值和显示的数量不一样 2017-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 能详细描述一下这个问题吗,最好附上截图,环境,demo之类的 201...
来源: Laya_社区 发布时间: 20171216
...ox BVHRenderBox Index Constructors constructor Accessors parent Methods addCell destroy fillCell fillRemove getItemByCameraCullInfo getItemByFrustum getItemBySCI getList getNearlist getchild0 getchild1 isContentBox isRoot recaculateBox removeCell splitBox traverseBoundsCell sciContainsBox sciInterse...
来源: Laya3.0_api 发布时间: 20231115
list中 cell.getChildByName无法获取子对象 附件 : --> 2018-08-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这个提供一下demo吧 需要调试一下找原因。 2018-08-01...
来源: Laya_社区 发布时间: 20180801
...dChild(panelParent ); _putChild: function (parentName, path, col, row, cellSize, offset, scale) { var root = this.getChildByName(parentName); var cell = uiUtils.createSprite(path); root.addChild(cell); var offsetX = 0; var offsetY = 0; if (offset != null)...
来源: Laya_社区 发布时间: 20170410
List cells array 重复渲染 只给前三赋一张图片,但是向下滑发现又出现了同样的图案。 看log发现是前三个item重复出现了,名字都没变 原因:没有设置repeatY ,只设置了repeatX 解决:需要设置repeatX * repeatY = 赋值给array的数量count ...
来源: Laya_社区 发布时间: 20201202
list中的cell 我放了一个Animation ,为什么不能播放呢 https://ask.layabox.com/question/39585 求解决这个问题 相关链接 : https://ask.layabox.com/question/39585 2018-11-08 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20181108
...t; BVHRenderBox Index Constructors constructor Accessors parent Methods addCell destroy fillCell fillRemove getItemByCameraCullInfo getItemByFrustum getItemBySCI getList getNearlist getchild0 getchild1 isContentBox isRoot recaculateBox removeCell splitBox traverseBoundsCell sciContainsBox sciInterse...
来源: Laya3.0_api 发布时间: 20231115
...化数据 } ViewActivityLimitedTask.prototype.onItemUpdate = function(_cell, _index) { var data = this.mList_.task_info[_index]; if (data) { _cell.layer_one.visible = (-1 == data.task_id); _cell.layer_two.visible = !_cell.layer_one.visible; _cell.he...
来源: Laya_社区 发布时间: 20191111
...tial Index Constructors constructor Accessors bvhSpatialBox Methods addOne cellLegal destroy getItemByCameraCullInfo getItemByFrustum getItemBySCI motionOne rebuild removeOne update Constructors constructor new BVHSpatial(bvhConfig?: BVHSpatialConfig, bvhManager?: BVHSpatialManager): BVHSpatial Defi...
来源: Laya3.0_api 发布时间: 20231115
...e.log(this.ui.List.localToGlobal(new Laya.Point(0, 0)));我想获取List下cell的坐标, 但是不管怎么拖动, 打印出来的数值都是一样的,不知道是使用错误还是哪里设置错误 2017-03-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20170329