The btBoxColliderShape class is used to create and manage box collision shapes for the physics engine.

btBoxColliderShape 用于创建和管理物理引擎的盒子碰撞形状。

层级 (查看层级一览)

实现

构造函数

属性

_btCollider: btCollider
_btScale: any
_btShape: any
_destroyed: boolean
_localOffset: Vector3
_type: number
_worldScale: Vector3
SHAPEORIENTATION_UPX: number = 0

Shape orientation along positive X-axis

形状方向沿 X 轴正向

SHAPEORIENTATION_UPY: number = 1

Shape orientation along positive Y-axis

形状方向沿 Y 轴正向

SHAPEORIENTATION_UPZ: number = 2

Shape orientation along positive Z-axis

形状方向沿 Z 轴正向

方法