大约有 295 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0049 秒)
...i); } //找出所有ui下的Button包括子节点下 searchButton(ui: Laya.Node) { for (let i = 0; i < ui.numChildren; i++) { let child = ui.getChildAt(i); if (child instanceof Laya.Button) { console.log("发现Button"); this.onButtonScaleEvent(child); } else { //查找子节点 this.searchButton...
来源: Laya3.0_文档 发布时间: 20251010
...环列表四、列表项Runtime列表 (GList) Author: 谷主 Template Node item节点模版。从层级面板拖入一个节点。这个节点必须为GList节点的孩子。 Init Item Num 初始item数量。如果大于0,将自动创建指定数量的item。 Is Demo 如果勾选,Init Item N...
来源: Laya3.0_文档 发布时间: 20251128
... private particle3D: Laya.ShurikenParticleRenderer; @property( { type:Laya.Node } ) //节点类型 private scnen2D: Laya.Node; @property( { type:Laya.Box } ) //拿到 Box 组件 private box: Laya.Box; @property( { type:Laya.List } ) //拿到 List 组件 private list: Laya.List; @property( { type:Lay...
来源: Laya3.0_文档 发布时间: 20251010
...eveco Studio 构建日志:/Applications/DevEco-Studio.app/Contents/tools/node/bin/node /Applications/DevEco-Studio.app/Contents/tools/hvigor/bin/hvigorw.js --mode module -p module=entry@default -p product=default -p requiredDeviceType=default assembleHap --analyze=normal --parallel --incremental -...
来源: Laya_社区 发布时间: 20250106
...一种路径约束工具,允许通过编辑空间曲线来驱动节点(Node)的位移属性。该功能仅作用于节点的 x 和 y 轴(Position),不干预缩放(Scale)或旋转(Rotation)等其他属性。使用引导线的好处是避免了在时间轴上设置大量繁琐的...
来源: Laya3.0_文档 发布时间: 20260128