大约有 120 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)
...void Defined in laya/d3/physics/PhysicsSimulation.ts:165 是否进行连续碰撞检测。 Returns boolean Defined in laya/d3/physics/PhysicsSimulation.ts:169 是否进行连续碰撞检测。 Parameters value: boolean Returns void gravity get gravity(): Vector3 set gravity(value: Vector3): void Def...
来源: Laya3.0_api 发布时间: 20231115
...ulation.ts:480 这个只是给对象发送事件,不会挨个组件调用碰撞函数 组件要响应碰撞的话,要通过监听事件 Returns void rayCast rayCast(ray: Ray, outHitResult?: CannonHitResult, distance?: number, collisonGroup?: number, collisionMask?: number): boolean Defined in la...
来源: Laya3.0_api 发布时间: 20231102
...nonContactPoint Class CannonContactPoint ContactPoint 类用于创建物理碰撞信息。 Hierarchy CannonContactPoint Index Constructors constructor Properties colliderA colliderB distance normal positionOnA positionOnB Constructors constructor new CannonContactPoint(): CannonContactPoint Defined ...
来源: Laya3.0_api 发布时间: 20231102
...ctPoint" ContactPoint Class ContactPoint ContactPoint 类用于创建物理碰撞信息。 Hierarchy ContactPoint Index Constructors constructor Properties colliderA colliderB distance normal positionOnA positionOnB Constructors constructor new ContactPoint(): ContactPoint Defined in laya/d3/physics...
来源: Laya3.0_api 发布时间: 20231115
...BRISFILTER: number = 8 Defined in laya/d3/utils/Physics3DUtils.ts:16 碎片碰撞组 Static COLLISIONFILTERGROUP_DEFAULTFILTER COLLISIONFILTERGROUP_DEFAULTFILTER: number = 1 Defined in laya/d3/utils/Physics3DUtils.ts:10 默认碰撞组 Static COLLISIONFILTERGROUP_KINEMATICFILTER COLLISIONFILTERGROUP...
来源: Laya3.0_api 发布时间: 20231115
...一个 PhysicsComponent 实例。 Parameters collisionGroup: number 所属碰撞组。 canCollideWith: number 可产生碰撞的碰撞组。 Returns PhysicsComponent Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optional...
来源: Laya3.0_api 发布时间: 20231115
...PhysicsCollider Class PhysicsCollider PhysicsCollider 类用于创建物理碰撞器。 Hierarchy PhysicsTriggerComponent PhysicsCollider Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath Accessors awaked canCollideWith ccdMotionThreshold ccdSwept...
来源: Laya3.0_api 发布时间: 20231115
... PhysicsTriggerComponent 实例。 Parameters collisionGroup: number 所属碰撞组。 canCollideWith: number 可产生碰撞的碰撞组。 Returns PhysicsTriggerComponent Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 ...
来源: Laya3.0_api 发布时间: 20231115
...ponent = null Defined in laya/d3/physicsCannon/CannonHitResult.ts:11 发生碰撞的碰撞组件。 hitFraction hitFraction: number = 0 Defined in laya/d3/physicsCannon/CannonHitResult.ts:17 碰撞分数。 normal normal: Vector3 = new Vector3() Defined in laya/d3/physicsCannon/CannonHitResult.ts:15...
来源: Laya3.0_api 发布时间: 20231102
...: PhysicsComponent = null Defined in laya/d3/physics/HitResult.ts:11 发生碰撞的碰撞组件。 hitFraction hitFraction: number = 0 Defined in laya/d3/physics/HitResult.ts:17 碰撞分数。 normal normal: Vector3 = new Vector3() Defined in laya/d3/physics/HitResult.ts:15 碰撞法线。 point p...
来源: Laya3.0_api 发布时间: 20231115