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

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

501. 含有List的Scene移除后List的item未移除,性能面板的Sprite一直增长 [ 47%]

...显示成负数 1.7.20beta有bug,帧属性面板打不开 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 分享:技术突破:HTML5裸跑性能已可媲美APP 自从layaflash起,就一直存在的bug 在List渲染的时候,在滚...

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

502. ScrollRect设置会引起其他的UI资源无法正在显示 [ 47%]

...引起单元格上的按钮点击后多次触发点击事件 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 3D模型无法修改scale? laya3D动画...

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

503. List 组件做的手风琴Demo [ 47%]

...   list.itemRender =Item; //Item 为继承BOX类         list.vScrollBarSkin ="";         Laya.stage.addChild(list);         list.array =this.arr;         list.renderHandler =new Laya.Handler(this,this.updateItem);         this.listArr.push(list); //-------...

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

504. list ,增加item ,我想在末尾增加,但是每次都给我翻倍的增加,如何解决 [ 43%]

... list.y = 60; list.height = 470; list.width = 542; list.spaceY = 20; list.vScrollBarSkin = ""; list.repeatX = 1; list.repeatY = 10; list.selectEnable = false; list.renderHandler = new Handler(this, function(cell, index) { cell.setImg(cell.dataSource); }); this.roombg.addChild(list); var data = []; f...

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

505. List中放TextInput,当list滚动的时候,复用会有问题,input中的内容会乱,尤其有输入框focus的情况下 [ 43%]

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

506. laya.ui.Panel_API3.0 [ 18%]

...ticEnabled filters globalRotation globalScaleX globalScaleY graphics gray hScrollBar hScrollBarSkin height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect scrollType skewX skewY stage staticCache texture timer...

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

507. laya.ui.UIComponent_API3.0 [ 8%]

... Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar TipManager OpenDataContextView Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeigh...

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