大约有 230 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
UI预制体无法获取自定义脚本 复现步骤: 1. 创建脚本“Unit1.ts",继承自 Laya.Sprite 2.将脚本添加到一个Sprite节点上,将节点保存为预制体 3.另起一个脚本,加载预制体 4.使用getComponet,获取预制体上的 Unit1 脚本组件,无法获取 5...
来源: Laya_社区 发布时间: 20191212
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
...ayaBox IDE 支持多开吗 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 laya3D动画无法播放 【BUG备忘录】关于Tween动画无法正...
来源: Laya_社区 发布时间: 20190927
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
... 通过代码设置触发器的方式: /* ……省略若干代码 */ //获取物理刚体组件 this.rigidbody1 = this.cube1.getComponent(Laya.Rigidbody3D) as Laya.Rigidbody3D; this.rigidbody2 = this.cube2.getComponent(Laya.Rigidbody3D) as Laya.Rigidbody3D; //设置rigidbody1为触发器,取消...
来源: Laya3.0_文档 发布时间: 20241014
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
...hape:Laya.BoxColliderShape = new Laya.BoxColliderShape(0.5, 0.4, 0.045); //获取本地偏移 var localOffset:Laya.Vector3 = boxShape.localOffset; //修改偏移 localOffset.setValue(0, 0, 0.125); boxShape.localOffset = localOffset; //为复合碰撞形状对象添加子形状(刚刚创建的盒...
来源: Laya2.0_文档 发布时间: 20210715
...么改变图片大小? Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 IDE创建的UI 层级问题 请问layaide如何创建一个复合的Button matter.js mouseconstraint在微信小游戏中无效 使用getChildByName()无法得到子节点对象 问题状态 最新活动: 20...
来源: Laya_社区 发布时间: 20170216