ConeColliderShape class is used to create cone collider.

ConeColliderShape 类用于创建圆锥碰撞器。

层级 (查看层级一览)

构造函数

  • 参数

    • radius: number = 0.5

      The radius of the cone collider.

    • height: number = 1.0

      The height of the cone collider.

    • orientation: number = Physics3DColliderShape.SHAPEORIENTATION_UPY

      The orientation of the cone collider.

    返回 ConeColliderShape

    Constructor method, initialize ConeColliderShape.

    构造方法,初始化圆锥碰撞器。

属性

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

访问器

方法