Enum ShapeType
Shape types supported in the collider baking systems.
Namespace: Unity.Physics.Authoring
Syntax
public enum ShapeType
Fields
| Name | Description | Value |
|---|---|---|
| Box | Box shape type |
0 |
| Capsule | Capsule shape type |
1 |
| Sphere | Sphere shape type |
2 |
| Cylinder | Cylinder shape type |
3 |
| Plane | Plane shape type |
4 |
| ConvexHull | Convex hull shape type |
30 |
| Mesh | Mesh shape type |
31 |