Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 695 Bytes

physics.md

File metadata and controls

10 lines (7 loc) · 695 Bytes

Physics

Godot Awesome List

2D

  • KinematicBody2D - In this lesson, we will look at the KinematicBody2D node and show some examples of how it can be used.
  • RigidBody2D - RigidBody2D is the physics body in Godot that provides simulated physics. This means that you don’t control a RigidBody2D directly. Instead you apply forces to it (gravity, impulses, etc.) and Godot’s built-in physics engine calculates the resulting movement, including collisions, bouncing, rotating, etc.

3D