BoxColliderShape class is used to create box collider shape.

BoxColliderShape 类用于创建盒子形状碰撞器。

层级 (查看层级一览)

构造函数

  • 参数

    • sizeX: number = 1.0

      The size of the box along the X-axis.

    • sizeY: number = 1.0

      The size of the box along the Y-axis.

    • sizeZ: number = 1.0

      The size of the box along the Z-axis.

    返回 BoxColliderShape

    Constructor method, initializes the box collider shape with a specified size.

    盒形碰撞器的构造方法,初始化为指定尺寸。

属性

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 轴正向。

访问器

方法