Represents a collider shape in the PhysX physics engine.

表示 PhysX 物理引擎中的碰撞器形状。

层级 (查看层级一览)

实现

属性

_id: number
_offset: Vector3 = ...
_pxGeometry: any
_pxShape: any
_scale: Vector3 = ...
_shapeFlags: ShapeFlag = ShapeFlag.SCENE_QUERY_SHAPE
filterData: pxFilterData = ...

Filter data for collision and query.

  • 0: group, 1: mask, 2: event

碰撞和查询的过滤数据。

  • 0]: 组, 1: 掩码, 2: 事件
_pxShapeID: number = 0
_shapePool: Map<number, pxColliderShape> = ...
transform: { rotation: Quaternion; translation: Vector3 } = ...

方法

  • 参数

    • colliderGroup: number

      The collider group.

    • colliderMask: number

      The collider mask.

    返回 void

    Sets the simulation filter data.

    设置模拟过滤数据。