public void RemoveShape(CCPhysicsShapeInfo shapeInf) { foreach (var shape in shapeInf.GetShapes()) { if (_space.ContainsShape(shape)) { _space.RemoveShape(shape); } } }