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

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

11. laya.d3.physics.PhysicsTriggerComponent [ 90%]

...nAll Packages | All Classes | Index | Frames No Frames PhysicsTriggerComponentProperties | Methods Packagelaya.d3.physicsClasspublic class PhysicsTriggerComponentInheritancePhysicsTriggerComponent PhysicsComponent Component ObjectSubclasses PhysicsCollider, Rigidbody3D PhysicsTriggerComponen...

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

12. laya.d3.physics.constraints.ConstraintComponent [ 90%]

...ationAll Packages | All Classes | Index | Frames No Frames ConstraintComponentProperties | Methods Packagelaya.d3.physics.constraintsClasspublic class ConstraintComponentInheritanceConstraintComponent Component Object ConstraintComponent 类用于创建约束的父类。 Public Properties Hi...

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

13. laya.d3.component.physics.BoxCollider [ 89%]

...rames No Frames BoxColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class BoxColliderInheritanceBoxCollider Collider Component3D EventDispatcher Object BoxCollider 类用于创建盒子碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited ...

来源: laya_api 发布时间: 20170929

14. laya.d3.component.physics.SphereCollider [ 89%]

...es No Frames SphereColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class SphereColliderInheritanceSphereCollider Collider Component3D EventDispatcher Object SphereCollider 类用于创建球碰撞器。 Public Properties Hide Inherited Public Properties Show Inhe...

来源: laya_api 发布时间: 20170929

15. laya.d3.physics.PhysicsCollider [ 88%]

...sClasspublic class PhysicsColliderInheritancePhysicsCollider PhysicsTriggerComponent PhysicsComponent Component Object PhysicsCollider 类用于创建物理碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By canCollideWith : int 获...

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

16. laya.d3.physics.PhysicsComponent [ 86%]

...entationAll Packages | All Classes | Index | Frames No Frames PhysicsComponentProperties | Methods Packagelaya.d3.physicsClasspublic class PhysicsComponentInheritancePhysicsComponent Component ObjectSubclasses CharacterController, PhysicsTriggerComponent PhysicsComponent 类用于创建物...

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

17. laya.d3.physics.CharacterController [ 84%]

...Classpublic class CharacterControllerInheritanceCharacterController PhysicsComponent Component Object CharacterController 类用于创建角色控制器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By canCollideWith : int 获取可碰撞的...

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

18. laya.d3.physics.Rigidbody3D [ 78%]

...3.physicsClasspublic class Rigidbody3DInheritanceRigidbody3D PhysicsTriggerComponent PhysicsComponent Component Object Rigidbody3D 类用于创建刚体碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  angularDamping : Number 获...

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

19. 射线检测-放置物体 [ 74%]

...0.9, 1); plane.meshRender.material = planeMat; var meshCollider = plane.addComponent(Laya.MeshCollider); meshCollider.mesh = plane.meshFilter.sharedMesh; Laya.timer.frameLoop(1, this, checkHit); var ray = new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); var point = new Laya.Vector...

来源: Laya_示例 发布时间: 20241117

20. 找不到Laya.BoxCollider这个类 [ 73%]

...2 个回复 Laya_Aaron 赞同来自: 你需要         import laya.d3.component.physics;     import laya.d3.component.physics.BoxCollider;   就有BoxCollider了 2017-12-19 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: var BoxCollider = Laya.BoxCollider; 2017-12-19 0 0 分享 微...

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