Options for indicate which primitive shape type is used to interpret geometry contained within a PhysicsShape2D object.
Additional resources: PhysicsShape2D.shapeType.
| Property | Description | 
|---|---|
| Circle | Use a circle shape to interpret the PhysicsShape2D geometry. | 
| Capsule | Use a capsule shape to interpret the PhysicsShape2D geometry. | 
| Polygon | Use a convex polygon shape to interpret the PhysicsShape2D geometry. | 
| Edges | Use multiple edges to interpret the PhysicsShape2D geometry. |