PhysicsServerShapeType Enumeration |
[Missing <summary> documentation for "T:Godot.PhysicsServer.ShapeType"]
Namespace: Godot
public enum ShapeType
Member name | Value | Description | |
---|---|---|---|
Plane | 0 | The Shape is a PlaneShape. | |
Ray | 1 | ||
Sphere | 2 | The Shape is a SphereShape. | |
Box | 3 | ||
Capsule | 4 | The Shape is a CapsuleShape. | |
Cylinder | 5 | The Shape is a CylinderShape. | |
ConvexPolygon | 6 | The Shape is a ConvexPolygonShape. | |
ConcavePolygon | 7 | The Shape is a ConcavePolygonShape. | |
Heightmap | 8 | The Shape is a HeightMapShape. | |
Custom | 9 | This constant is used internally by the engine. Any attempt to create this kind of shape results in an error. |