2D Inverted Colliders

My 2D game is based on an array of indoor environments. Im looking to have a simple collider which i can put onto a room which is inverted (Collisions happen on the inside surfaces of the collider) rather than having to create multiple colliders on the outisde. I would appreciate any help. Thank you

You can use an EdgeCollider2D to make the shape of the room.