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

Script language

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

Collision2D.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: ContactPoint2D.enabled.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答