CapsuleColliderShape class is used to create capsule collider shape.

CapsuleColliderShape 类用于创建胶囊形状碰撞器。

层级 (查看层级一览)

构造函数

  • 参数

    • radius: number = 0.5

      The radius of the capsule collider.

    • length: number = 2

      The length of the capsule collider.

    • orientation: number = Physics3DColliderShape.SHAPEORIENTATION_UPY

      The orientation of the capsule collider.

    返回 CapsuleColliderShape

    initialize the capsule collider radius, length and direction.

    初始化胶囊碰撞器的半径、长度和方向。

属性

SHAPEORIENTATION_UPX: number = 0

Shape orientation: along the positive X-axis.

形状方向:沿 X 轴正向。

SHAPEORIENTATION_UPY: number = 1

Shape orientation: along the positive Y-axis.

形状方向:沿 Y 轴正向。

SHAPEORIENTATION_UPZ: number = 2

Shape orientation: along the positive Z-axis.

形状方向:沿 Z 轴正向。

访问器

方法