CollisionEventType
Namespace: MonineEngine.Core
Enum for collision types.
public enum CollisionEventType
Inheritance Object → ValueType → Enum → CollisionEventType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Enter | 1 | Type of collision where the colliders first collide. |
| Stay | 2 | Type of collision where the colliders are still colliding since they first collided. |
| Exit | 4 | Type of collision where the colliders stop colliding. |