| ShapeMeshes Enumeration |
Namespace: GeonBit.ECS.Components.Graphics
public enum ShapeMeshes
| Member name | Value | Description | |
|---|---|---|---|
| SphereLowPoly | 0 | Low-poly sphere shape. | |
| Sphere | 1 | Sphere shape. | |
| SphereSmooth | 2 | Sphere with smooth normals. | |
| Cube | 3 | Cube shape. | |
| Cylinder | 4 | Cylinder shape. | |
| Cone | 5 | Cone shape. | |
| Plane | 6 | Plane shape. |