Class representing a static collider in the PhysX physics engine.

表示 PhysX 物理引擎中的静态碰撞器的类。

层级 (查看层级一览)

实现

构造函数

属性

_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.

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

方法