Merge branch 'RenameActors' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-RenameActors

This commit is contained in:
Wojtek Figat
2024-07-25 09:28:14 +02:00
3 changed files with 263 additions and 5 deletions

View File

@@ -54,8 +54,6 @@ namespace FlaxEditor.Windows
// Basic editing options
b = contextMenu.AddButton("Rename", inputOptions.Rename, Rename);
b.Enabled = isSingleActorSelected;
b = contextMenu.AddButton("Duplicate", inputOptions.Duplicate, Editor.SceneEditing.Duplicate);
b.Enabled = hasSthSelected;