The pxCharactorCollider class implements character controller functionality in the physics engine.

pxCharactorCollider 类用于在物理引擎中实现角色控制器的功能。

层级 (查看层级一览)

实现

构造函数

属性

_canCollisionWith: number

can collision Group

_collisionGroup: number

collision group

_destroyed: boolean = false

check destroy

_isTrigger: boolean

触发器

_physicsManager: pxPhysicsManager

manager

_pxActor: any

actor

pxshape

_shapeID: number
_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.

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

tempV3: Vector3 = ...

方法