CollisionFlags
CollisionFlags is used to represent the collision state between objects and other objects.
| attributes | description |
|---|---|
| None | Indicates that the object is not colliding with any other objects. |
| Sides | Indicates that the side of an object collides with other objects. |
| Above | Indicates that the upper part of an object collides with other objects. |
| Below | Indicates that the lower part of an object collides with other objects. |
