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

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

51. laya.physics.joint.WeldJoint_API3.0 [ 82%]

... 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

52. UI预制体无法获取自定义脚本 [ 81%]

UI预制体无法获取自定义脚本 复现步骤: 1. 创建脚本“Unit1.ts",继承自 Laya.Sprite  2.将脚本添加到一个Sprite节点上,将节点保存为预制体 3.另起一个脚本,加载预制体 4.使用getComponet,获取预制体上的 Unit1 脚本组件,无法获取 5...

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

53. laya.physics.joint.RevoluteJoint_API3.0 [ 81%]

... 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

54. laya.physics.joint.PrismaticJoint_API3.0 [ 81%]

... 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

55. laya3d有没有办法支持刚体按轨迹运动?? [ 81%]

...ayaBox IDE 支持多开吗 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 laya3D动画无法播放 【BUG备忘录】关于Tween动画无法正...

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

56. laya.physics.RigidBody_API3.0 [ 81%]

... 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

57. 3D物理编辑 · LayaAir3.0文档 · LAYABOX [ 80%]

... 通过代码设置触发器的方式: /* ……省略若干代码 */ //获取物理刚体组件 this.rigidbody1 = this.cube1.getComponent(Laya.Rigidbody3D) as Laya.Rigidbody3D; this.rigidbody2 = this.cube2.getComponent(Laya.Rigidbody3D) as Laya.Rigidbody3D; //设置rigidbody1为触发器,取消...

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

58. laya.physics.joint.MouseJoint_API3.0 [ 80%]

... 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

59. 一篇上手LayaAir的3D物理引擎(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 80%]

...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

60. matter.js 物理节点创建后,怎么改变纹理。 [ 80%]

...么改变图片大小? Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 IDE创建的UI 层级问题 请问layaide如何创建一个复合的Button matter.js mouseconstraint在微信小游戏中无效 使用getChildByName()无法得到子节点对象 问题状态 最新活动: 20...

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