Version: 5.3
public bool enabled ;

설명

Whether the collision was disabled or not.

Typically all collisions are enabled however certain features can disable the collision. When a collision is disabled, only its collision response is disabled, the collision itself is still reported as you would expect. Effectors can disable collisions but you will still get those collisions reported allowing you to perform additional actions.

no example available in C#