Add rename multiple actors
This commit is contained in:
@@ -55,8 +55,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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user