enum CharacterCollisionFlag
Reports in which directions is the character colliding with other objects.
Values
| Name | Value | Description |
|---|---|---|
Sides |
1 |
Character is colliding with its sides. |
Up |
2 |
Character is colliding with the ceiling. |
Down |
4 |
Character is colliding with the ground. |