Interface for collider shape.

碰撞器形状的接口。

interface IPlaneColliderShape {
    destroy(): void;
    setOffset(position: Vector3): void;
}

层级 (查看层级一览)

方法