Version: 2018.2
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.