Enum ShapeType
Shape types supported in the collider baking systems.
Namespace: Unity.Physics.Authoring
Assembly: Unity.Physics.Hybrid.dll
Syntax
public enum ShapeType
Fields
Name | Description |
---|---|
Box | Box shape type |
Capsule | Capsule shape type |
ConvexHull | Convex hull shape type |
Cylinder | Cylinder shape type |
Mesh | Mesh shape type |
Plane | Plane shape type |
Sphere | Sphere shape type |