Physics introduction Godot3 API - Docs » Physics » Physics introduction In game development you often need to know when two objects in the game intersect or come into contact. This is known as collision detection. When a collision is detected, you typically want something to happen. This is known as collision response. 게임 개발에서는 게임의 두 객체가 교차하거나 접촉 할 때를 종종 알아야합니다. 이를 충돌 감지라고합니다. 충돌이 감지되면 일반적으로 어떤 ..