Skip to main content

CollisionEventType

Namespace: MonineEngine.Core

Enum for collision types.

public enum CollisionEventType

Inheritance ObjectValueTypeEnumCollisionEventType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Enter1Type of collision where the colliders first collide.
Stay2Type of collision where the colliders are still colliding since they first collided.
Exit4Type of collision where the colliders stop colliding.