설명

Sets the Rigidbody2D to have dynamic behaviour.

Dynamic behaviour causes the Rigidbody2D to react to gravity and applied forces including contacts with other dynamic or Kinematic Rigidbody2D.

This type of Rigidbody2D should be moved using forces and never repositioned explicitly.

A dynamic Rigidbody2D will collide with all other Rigidbody2D body types.

When an attached Collider2D is set to trigger, it will always produce a trigger for any Collider2D attached to all other Rigidbody2D body types.

See Also: Rigidbody2D.bodyType.