Skip to content

CollisionFlags

CollisionFlags is used to represent the collision state between objects and other objects.

attributesdescription
NoneIndicates that the object is not colliding with any other objects.
SidesIndicates that the side of an object collides with other objects.
AboveIndicates that the upper part of an object collides with other objects.
BelowIndicates that the lower part of an object collides with other objects.