Enum PhysicsServer3D.ShapeType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PhysicsServer3D.ShapeType : long
Fields
Box = 3The Shape3D is a BoxShape3D.
Capsule = 4The Shape3D is a CapsuleShape3D.
ConcavePolygon = 7The Shape3D is a ConcavePolygonShape3D.
ConvexPolygon = 6The Shape3D is a ConvexPolygonShape3D.
Custom = 10This constant is used internally by the engine. Any attempt to create this kind of shape results in an error.
Cylinder = 5The Shape3D is a CylinderShape3D.
Heightmap = 8The Shape3D is a HeightMapShape3D.
SeparationRay = 1The Shape3D is a SeparationRayShape3D.
SoftBody = 9The Shape3D is used internally for a soft body. Any attempt to create this kind of shape results in an error.
Sphere = 2The Shape3D is a SphereShape3D.
WorldBoundary = 0The Shape3D is a WorldBoundaryShape3D.