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

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

231. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 58%]

...lone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName ...

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

232. 添加发光滤镜的对象画是矢量图时,画布会闪烁 [ 58%]

...再显示的bug2.1.0.btea1 图片添加点击事件 有的不生效 使用getChildByName()无法得到子节点对象 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 为什么给Sprite容器添加点击事件没反应 怎么获取对象的坐...

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

233. list下面的box的disable设置无效 [ 58%]

...6 11:51 建议你赋值的时候给box的name命名,这样就可以通过getChildByName获取到box来操作它对应的属性了 WLN123 • 2018-01-16 11:55 @Monica:其他普通情况是可以取到的 也不会报错 只有一种情况才会这样 我也不知道为什么 那我试试看 十分...

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

234. 将碰撞体添加到二级节点,运行后碰撞体偏移 [ 58%]

...rcular dependency: 求指点3d射线碰撞和UI点击穿透的问题 使用getChildByName()无法得到子节点对象 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, runtime运行报错! 打包安卓,代码正常运行,但是...

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

235. 加载.lh文件 运行后黑屏 无法显示 [ 58%]

...er.parent as Laya.Scene3D;         this._text = this._scene.parent.getChildByName("ceshi") as Laya.Text;         this._camera = this._scene.getChildByName("camera") as Laya.Camera; } onUpdate(){ var touchCount = this._scene.input.touchCount();         if (1 === touchCount){ ...

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

236. 遍历子对象的时候多出两个null [ 58%]

... 有元件支援视频流渲染吗? Image元件读不了资料流 使用getChildByName()无法得到子节点对象 怎么讲layaAir里的显示对象添加到matter.js里的物理引擎世界里 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动...

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

237. Laya List给子元素添加事件后,滚动事件被劫持了 [ 57%]

... storeTxList.vScrollBarSkin = "store/c.png"; let scrollBar = storeTxList.getChildByName('scrollBar'); scrollBar.showButtons = false; let slider = scrollBar.slider; slider.bar.stateNum = 1; let txArray = ; for (let i = 0; i <20; ++i) { let list = new Laya.Sprite(); list.width = 600 ; list.height =...

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

238. ViVo (2.2.0bate4 ) u3d模型无法加载 [ 57%]

...APP打开加载速度过慢,有黑屏,如何加入闪屏图片 使用getChildByName()无法得到子节点对象 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循...

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

239. laya.ui.Panel [ 57%]

...erride] 根据子节点的索引位置,获取子节点对象。 Panel  getChildByName(name:String):Node[override] 根据子节点的名字,获取子节点对象。 Panel  getChildIndex(child:Node):int[override] 根据子节点对象,获取子节点的索引位置。 Panel getGraphicBounds...

来源: laya_api 发布时间: 20170929

240. 添加或修改物理ChainCollider属性points时,报错 [ 57%]

...rted) { this._started = true; this.enabled = true; } var ground=this.owner.getChildByName("ground"); ground.addComponent(Laya.ChainCollider); this._chains=ground.getComponent(Laya.ChainCollider); } 静观 • 2018-11-29 14:37 报错内容: at Object.box2d.b2Assert (file:///E:/Develop/Lay...

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