Enum PhysicsServerSingleton.ShapeType
enum ShapeType
: int { ... }
Enum members
Name | Description |
shapeBox
|
The Shape is a BoxShape .
|
shapeCapsule
|
The Shape is a CapsuleShape .
|
shapeConcavePolygon
|
The Shape is a ConcavePolygonShape .
|
shapeConvexPolygon
|
The Shape is a ConvexPolygonShape .
|
shapeCustom
|
This constant is used internally by the engine. Any attempt to create this kind of shape results in an error.
|
shapeCylinder
|
The Shape is a CylinderShape .
|
shapeHeightmap
|
The Shape is a HeightMapShape .
|
shapePlane
|
The Shape is a PlaneShape .
|
shapeRay
|
The Shape is a RayShape .
|
shapeSphere
|
The Shape is a SphereShape .
|