Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

CollisionDetectionMode2D

enumeration

Switch to Manual

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.