Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

ContactPoint2D.enabled

public bool enabled;

Description

Indicates whether the collision response or reaction is enabled or disabled.

Certain features can disable collision responses which means you still get the collision callback but no response or reaction happens. For example, two boxes going through each other without any visible reaction. The platform effector is one such feature that can disable a collision response.

See Also: Collision2D.enabled.