Enum ColliderType
The concrete type of a collider.
Namespace: Unity.Physics
Assembly: Unity.Physics.dll
Syntax
public enum ColliderType : byte
Fields
Name | Description |
---|---|
Box | An enum constant representing the box collider type. |
Capsule | An enum constant representing the capsule collider type. |
Compound | An enum constant representing the compound collider type. |
Convex | An enum constant representing the convex collider type. |
Cylinder | An enum constant representing the cylinder collider type. |
Mesh | An enum constant representing the mesh collider type. |
Quad | An enum constant representing the quad collider type. |
Sphere | An enum constant representing the sphere collider type. |
Terrain | An enum constant representing the terrain collider type. |
Triangle | An enum constant representing the triangle collider type. |