禁用Collider2D仍然可以碰撞?

this.node.getComponent(Collider2D).enabled = false;
发现禁用之后仍然可以碰撞,是固然如此,还是我这边出bug了?