Updated Collision.md (markdown)
commited
commit
6dd393a2fcaa157775d247e21ebf1e10d4487bbf
... | ... | @@ -1,5 +1,9 @@ |
1 |
Triggers whenever a physics object collides with another object. |
|
1 |
Collided: Triggers when the input object collides with another object, including the floor. |
|
2 | 2 | |
3 | it outputs the object it collided with as `2nd object`. |
|
3 | 2nd Object: Outputs the object that the input object collided with. It'll output "None" if collided with the floor. |
|
4 | ||
5 | Impulse: Outputs the impact force of the collision (how hard did they collide). Specifically, impulse is a change of momentum of an object. |
|
6 | ||
7 | Normal: Outputs the direction of the impact from the object that the input object collided with. |
|
4 | 8 | |
5 | 9 | [[/uploads/Collision.png]] |
... | ... | \ No newline at end of file |