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

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

71. 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列_IndexInList会被破坏 [ 83%]

...启CastShadow以后,模型会莫名其妙消失,物体渲染队列_IndexInList会被破坏 没有开启castShadow,渲染都正常,开启CastShadow后会有部分物体会消失,具体Bug原因如下: 有六个物体,其中后面三个开启castShadow _renders队列有6个物体,_c...

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

72. Laya.Sprite3D.instantiate克隆对象过多,渲染不出来 [ 83%]

...成圆环 this.m_vLastPos = this.m_circle.transform.localPosition; for(index = 0; index < 10; index++){ var circle = Laya.Sprite3D.instantiate(this.m_circle) this.m_pillar.addChild(circle); this.m_arrCircle.push(circle); this.m_vLastPos.y -= 60; circle.transform.localPosition = this.m_vLastPos...

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

73. 如何给 list 子元素里面不同子元素添加点击事件 [ 83%]

...事件这里就不用说了 方法一: function renderHandler(item:box,index:int):void { var button:Button = item.getChildByName("buton") as Button;(名字是你在ide里自己设定) button.on(事件注册) }   方法二: list组件.itemRender  = UI页面 function renderHandler(item:UI页...

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

74. ui组件list数据源疑问 [ 83%]

ui组件list数据源疑问 你好,我按照http://ldc.layabox.com/index.p ... 3D331 方法进行了UI设计,然后我代码是这样:(function() { //初始化引擎,设置游戏设计宽高。 Laya.init(750, 1334); //设置适配模式 // Laya.stage.scaleMode = "noborder"; var tes...

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

75. 添加dom原生元素层级问题 [ 82%]

...功能 代码如下: 但是添加button被layaContainer给遮住,zIndex我怎么调都没用,怎么设置让button在layaContainer上面呢?或者有其他方式实现复制功能?   附件 : --> TestUI.rar 2018-10-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

76. 图片显示异常 [ 82%]

...a.sort(function () { return 0.5 - Math.random(); });  listData.map((item, index) => { var hotShow: boolean = false; var newShow: boolean = false;  if (index >= 3 && index < 8) { hotShow = true; }  if (index >= 11 && index < 16) { newShow = true; }  data.push({ game...

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

77. 鼠标穿透问题 [ 82%]

...); } _list.array = _items; } protected function renderHandler(cell:Sprite, index:int):void { removeAllChildren(cell); cell.addChild(_items[index]); } protected function removeAllChildren(container:Sprite):void { while(container.numChildren > 0) { container.removeChildAt(0); } } protected function...

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

78. list控件内字体大小设置无效 [ 82%]

...t控件内字体大小设置无效  private function updateItem(cell:Box, index:int):void{ var itemImg:Image=cell.getChildByName("itemImg") as Image; var itemName:Label=cell.getChildByName("itemName") as Label; itemImg.skin=cell.dataSource.image_url; itemName.width=Number(itemName.text.length*20); ...

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

79. 怎么用clip实现数字滚动效果? [ 82%]

...滚动效果? 想做一个数字滚动效果,但是发现clip组件index只能是整数,不能变化index值来控制数字滚动。要结合Clip,因为这里数字样式是设计师独有,不能用系统默认字体 求问要如何实现 2018-01-29 添加评论 免费帖 --> ...

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

80. 列表组件 · LayaAir3.0文档 · LAYABOX [ 82%]

...列表渲染单元,会显示选中后自定义选项框效果 selectedIndex 当前列表中,选中渲染单元索引 disableStopScroll 禁用滚动条停止。用于控制array更新时是否停止滚动条,默认在更新数据时会停止滚动条。当通过滑动滚动条进行动...

来源: Laya3.0_文档 发布时间: 20241014