ShapeType
EditRepresents the different types of physics Shapes available.
| Value | Description |
| box | A box. |
| sphere | A sphere. |
| capsule | A capsule (cylinder with rounded ends). |
| cylinder | A cylinder. |
| convex | A convex hull. |
| mesh | A triangle mesh. Colliders with this shape can not move. |
| terrain | A heightfield. Colliders with this shape can not move. |