Enumeration RigidBodyType

The type of the rigid body to create:

  • Dynamic: This type of body is affected by gravity and velocity and can be moved by other rigid bodies.
  • Kinematic: This type of body is not affected by gravity and cannot be moved by other rigid bodies, but can be velocity applied.
  • Static: This type of body is immobile, is not affected by velocity or gravity and cannot be moved by other rigid bodies.

Enumeration Members

Enumeration Members

Dynamic: 0
Kinematic: 1
Static: 2