CollisionShape2D.disabled

A disabled collision shape has no effect in the world. This property should be changed with GodotObject.setDeferred.

  1. bool disabled [@property getter]
  2. bool disabled [@property setter]
    struct CollisionShape2D
    @nogc nothrow @property
    void
    disabled
    (
    bool v
    )

Meta