Joint2D.disableCollision

If true, nodeA and nodeB can not collide.

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

Meta