Bounce.LevelEditor.Editor.switchRooms C# (CSharp) Метод

switchRooms() приватный Метод

private switchRooms ( Room toSwitchTo ) : void
toSwitchTo Room
Результат void
        private void switchRooms(Room toSwitchTo)
        {
            currentlySelectedObject = null;
            menu_door.Enabled = false;

            currentlySelectedRoom = toSwitchTo;
            updateTitle();
            pb_Level.Refresh();
        }