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

大约有 11 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0052 秒)

1. list控件中box第一行和第二行为什么重复[ 100%]

...小——超详细版问题 2.0 beta4 ts 含demo 在纵向滑动 list 的 renderHandler中给item中的Label组件赋值 字体被释放 html控件bug汇总(版本layaAir 2.4) 微信开放域排行榜滑动list滑动没反应 ts版的2.12 开放域里的list不能滚动??求官方帮忙。...

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

2. list下面的box要禁掉,box的名字是什么 [ 90%]

....7.19.1beta List报错问题 2.0 beta4 ts 含demo 在纵向滑动 list 的 renderHandler中给item中的Label组件赋值 字体被释放 GradientDataNumber warning是什么 看官方2.0的shader例子,模型视图投影矩阵定义的名称是u_MvpMatrix, 那相应单独的模型,视图,投...

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

3. 如何实现点击列表时,点击item中的按钮有事件,点击item其他位置没有事件,目前只能实现点击list里的item组件进行事件监听,没办法实现监听item中的button [ 89%]

...来自: 你可以针对item里面的组件单独设置事件,比如你在renderHandler渲染组件的时候,通过item拿到item里面的特定组件,然后加事件这里就不用说了,应该了解了!比如代码 方法一: function renderHandler(item:box,index:int):void { var button:...

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

4. list组件改变位置后在改变数据源的长度,会导致index超过数据源长度 [ 87%]

...改变list的数据源长度,长度变小(此处变1项),会导致list的renderhandler还是以长度3来计算,导致index越界. 附件 : --> 2019-09-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya新...

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

5. 分享:为List组件下Item(Box)下的Button(或其他组件)进行监听! [ 86%]

...list的显示 this.list.array = arr; //给list添加渲染函数 this.list.renderHandler = new Handler(this, onListRender); } //通过渲染函数为Btn添加Click function onListRender(item, index) { var btn=item.getChildByName('btn'); btn.on(Event.CLICK,this,onClickBtn,[index]); } Laya.class(TestU...

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

6. laya.ui.Tree [ 68%]

...轴心点会影响对象位置,缩放中心,旋转中心。Sprite  renderHandler : Handler Tree 实例的渲染处理器。 Tree right : Number 从组件右边到其内容区域右边之间的水平距离(以像素为单位)。 Component rotation : Number旋转角度,默认值为0。...

来源: laya_api 发布时间: 20170929

7. laya.ui.Tree [ 67%]

...轴心点会影响对象位置,缩放中心,旋转中心。Sprite  renderHandler : Handler Tree 实例的渲染处理器。 Tree right : Number 从组件右边到其内容区域右边之间的水平距离(以像素为单位)。 UIComponent rotation : Number旋转角度,默认值为0。...

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

8. laya.ui.List [ 53%]

...轴心点会影响对象位置,缩放中心,旋转中心。Sprite  renderHandler : Handler单元格渲染处理器(默认返回参数cell:Box,index:int)。List  repeatX : int 水平方向显示的单元格数量。 List  repeatY : int 垂直方向显示的单元格数量。 List right : N...

来源: laya_api 发布时间: 20170929

9. laya.ui.List [ 52%]

...轴心点会影响对象位置,缩放中心,旋转中心。Sprite  renderHandler : Handler单元格渲染处理器(默认返回参数cell:Box,index:int)。List  repeatX : int 水平方向显示的单元格数量。 List  repeatY : int 垂直方向显示的单元格数量。 List right : N...

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

10. laya.ui.Tree_API3.0 [ 41%]

...k mouseEnabled mouseHandler mouseX mouseY numChildren parent pivotX pivotY renderHandler right rotation scaleX scaleY scene scrollBar scrollBarSkin scrollRect selectedIndex selectedItem selectedPath skewX skewY source spaceBottom spaceLeft stage staticCache texture timer toolTip top transform url vi...

来源: Laya3.0_api 发布时间: 20231115