The pxDynamicCollider class is used to manage dynamic colliders in the physics engine.

pxDynamicCollider 类用于在物理引擎中管理动态碰撞体。

层级 (查看层级一览)

实现

构造函数

属性

_canCollisionWith: number

can collision Group

_collisionGroup: number

collision group

_destroyed: boolean = false

check destroy

_id: number

id

_isTrigger: boolean

触发器

_physicsManager: pxPhysicsManager

manager

_pxActor: any

actor

pxshape

_transform: Transform3D

owner transform

_type: pxColliderType = pxColliderType.StaticCollider

type data

active: boolean

Indicates whether the collider is active.

表示碰撞器是否处于激活状态。

inPhysicUpdateListIndex: number = -1

The index of this collider in the physics update list.

此碰撞器在物理更新列表中的索引。

IsKinematic: boolean = false

Indicates whether the collider is kinematic.

表示碰撞体是否是运动学的。

方法