Updated Collision.md (markdown)
commited
commit
aba7bd2aa9c6b4cd9ca0f9e2ecec3317f434be85
... | ... | @@ -1,5 +1,7 @@ |
1 | Collision checks the collision properties of the input object. |
|
1 | Checks the collision properties of the input object. |
|
2 | 2 | |
3 | Input: |
|
4 | - 1st Object: The object that will send the collision data to this script. |
|
3 | 5 | Output: |
4 | 6 | - Collided: Triggers when the input object collides with another object, including the floor. |
5 | 7 | - 2nd Object: The object that the input object collided with. It outputs "None" if collided with the floor. |