internal static void DeleteSelectedAssetsShortcut() { InternalEditorUtility.ExecuteCommandOnKeyWindow(EventCommandNames.Delete); }
internal static void InvertSelection() { InternalEditorUtility.ExecuteCommandOnKeyWindow(EventCommandNames.InvertSelection); }
internal static void SelectPrefabRoot() { InternalEditorUtility.ExecuteCommandOnKeyWindow(EventCommandNames.SelectPrefabRoot); }
internal static void SelectChildren() { InternalEditorUtility.ExecuteCommandOnKeyWindow(EventCommandNames.SelectChildren); }
internal static void DeselectAll() { InternalEditorUtility.ExecuteCommandOnKeyWindow(EventCommandNames.DeselectAll); }
internal static void PasteInsertSelection() { InternalEditorUtility.ExecuteCommandOnKeyWindow(EventCommandNames.Paste); }