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

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

Changes the title of the main editor screen to display the name of the selected room.
private updateTitle ( ) : void
Результат void
        private void updateTitle()
        {
            this.Text = "Currently Selected Room: " + currentlySelectedRoom.name;
        }