In this chapter, you’ll learn about concepts related to game physics and get introduced to the concept of collision bodies. The chapter also talks about how various bodies interact with each other through the introduction of forces such as gravity. We’ll create rigid bodies and static bodies in our first game scene and play the scene to watch them in action.
Collision Objects
When you develop a game, you’ll ...