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