Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

CollisionDetectionMode2D

Description

Options for the detection mode used by a Rigidbody2D.

Variables

NoneNo collision detection is used on the Rigidbody2D.
ContinuousThe Rigidbody2D estimates its position between physics updates.