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

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

341. laya.d3.core.MeshSprite3D [ 49%]

...:int):Node 根据子节点的索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节点的名字,获取子节点对象。 Node getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。 Node getComponentByIndex(index:int):Component3...

来源: laya_api 发布时间: 20170929

342. laya.ui.Button_API3.0 [ 49%]

...event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get_top get_transform get_visi...

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

343. 给图片节点添加新创建的图片,会报这个错:node._setParent is not a function [ 49%]

...报这个错:node._setParent is not a function this.imageBg = this.owner.getChildByName("image_bg"); console.log("this.imageBg==="+this.imageBg); for (let iColumns = 1; iColumns < this.intColumns; iColumns++) { this.arrLove[iColumns] = []; for (let iRows = 1; iRows < this.intRows; iRows++) {...

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

344. laya.ui.CheckBox_API3.0 [ 49%]

...event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get_top get_transform get_visi...

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

345. laya.ui.Radio_API3.0 [ 49%]

...event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get_top get_transform get_visi...

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

346. 引擎基础概念 · LayaAir3.3 · 引擎文档 · LAYABOX [ 48%]

...x 的形式访问这些节点,而无需手动逐层查找节点或通过 getChildByName 方式定位。这种机制极大地提升了 UI 结构的可维护性与脚本编写效率,特别适用于层级复杂的界面开发。 UI 运行时机制的底层实现是通过自定义类继承 UI 组件...

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

347. laya.d3.core.light.LightSprite [ 48%]

...:int):Node 根据子节点的索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节点的名字,获取子节点对象。 Node getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。 Node getComponent(clas:*):* 获得组件实例...

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

348. [LayaAir3]laya3.2.4 spine特效问题,spine添加至组件后,对组件内部精灵添加滤镜会影响到其他对象也一同显示滤镜 [ 48%]

...克隆对象,统计面板的显存和内存就会显示成负数 使用getChildByName()无法得到子节点对象 添加发光滤镜,会导致UI位置偏移 【bug】RigidBody getCenter 影响 applyLinearImpulseToCenter 的正确执行 问题状态 最新活动: 2025-04-18 12:22 浏览: 102...

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

349. 材质的功能介绍(TypeScript-3D基础(TS)-LayaAir3D之Material材质) [ 48%]

...e.ls")) as Laya.Scene3D; //从场景获取球型精灵 this.sphere = scene.getChildByName("Sphere") as Laya.MeshSprite3D; //获取球型精灵自带的BlinnPhong材质 this.billinMaterial = this.sphere.meshRenderer.material; ``` > 拿到材质之后,我们可以修改材质或者将这个材质给...

来源: Laya2.0_文档 发布时间: 20210715

350. Laya3d球星添加了刚体,但是碰撞无法触发onTriggerEnter的问题,120元有偿悬赏解答 [ 48%]

...3d射线碰撞和UI点击穿透的问题 3D模型无法修改scale? 使用getChildByName()无法得到子节点对象 微信小游戏与加载图片时不会触发erroe事件 问题状态 最新活动: 2020-07-28 17:25 浏览: 677 关注: 5 人 zzhh9857 • 2020-07-28 16:53 只设置了一个也...

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