Enum ColliderShapeType2D
Shape types.
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public enum ColliderShapeType2D
Fields
| Name | Description |
|---|---|
| Box | Box shape |
| Chain | Chain shape |
| Circle | Circle shape |
| Edge | Edge type shape |
| Polygon | Polygon shape |
| TypeCount | Shape type count |