Enum CollisionType
The base type of a collider.
Namespace: Unity.Physics
Syntax
public enum CollisionType : byte
Fields
Name | Description | Value |
---|---|---|
Convex | An enum constant representing the convex collision type. |
0 |
Composite | An enum constant representing the composite collision type. |
1 |
Terrain | An enum constant representing the collision type. |
2 |