add hotkey for parent to new actor

ctrl + g by default
This commit is contained in:
xxSeys1
2024-10-18 22:13:06 +02:00
parent 425382f7d2
commit 6830e4f22b
4 changed files with 7 additions and 2 deletions

View File

@@ -160,6 +160,10 @@ namespace FlaxEditor.Options
[EditorDisplay("Scene"), EditorOrder(573)]
public InputBinding PilotActor = new InputBinding(KeyboardKeys.None);
[DefaultValue(typeof(InputBinding), "Ctrl+G")]
[EditorDisplay("Scene"), EditorOrder(574)]
public InputBinding GroupSelectedActors = new InputBinding(KeyboardKeys.G, KeyboardKeys.Control);
#endregion
#region Tools