Merge branch 'tageditor-quickexpand' of https://github.com/Zode/FlaxEngine into Zode-tageditor-quickexpand
This commit is contained in:
@@ -604,6 +604,9 @@ namespace FlaxEditor.CustomEditors.Editors
|
|||||||
root.SortChildrenRecursive();
|
root.SortChildrenRecursive();
|
||||||
root.Expand(true);
|
root.Expand(true);
|
||||||
|
|
||||||
|
if (Input.GetKey(KeyboardKeys.Shift))
|
||||||
|
root.ExpandAll(true);
|
||||||
|
|
||||||
return menu;
|
return menu;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user