add hotkey for parent to new actor
ctrl + g by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user