Function Physics2DServerSingleton.areaSetShapeDisabled

Disables a given shape in an area.

void areaSetShapeDisabled (
  const(RID) area,
  const(long) shape_idx,
  const(bool) disabled
) nothrow @nogc;