大约有 23 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
...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
...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
...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
...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
...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
...entationAll Packages | All Classes | Index | Frames No Frames PhysicsComponentProperties | Methods Packagelaya.d3.physicsClasspublic class PhysicsComponentInheritancePhysicsComponent Component ObjectSubclasses CharacterController, PhysicsTriggerComponent PhysicsComponent 类用于创建物...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...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
...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