A simple convex hull. The hull is not validated by physics so cannot be used directly for shapes.
| Property | Description | 
|---|---|
| count | The number of polygon vertices. | 
| vertices | The geometry vertices stored in a ShapeArray. | 
| Method | Description | 
|---|---|
| AsReadOnlySpan | Get the convex hull vertices as a read-only span. |