fivem.shared.colshape
| .. | |
|---|---|
| Box | An oriented box: axis-aligned by default, or rotated about the vertical
axis by |
| Circle | An upright cylinder: a circle on the ground plane, extended vertically. |
| ColShape | The base class for every collision shape. |
| Poly | An arbitrary polygon on the ground plane, extruded between |
| Sphere | A sphere — the cheapest shape to test, and the right default when height genuinely matters (an explosion radius, a proximity check that shouldn't reach through a floor). |