Add support for copy/pasting script properties

This commit is contained in:
Wojtek Figat
2021-02-17 15:25:45 +01:00
parent ed04eece8a
commit 2609f9c21a
3 changed files with 96 additions and 28 deletions

View File

@@ -622,7 +622,7 @@ namespace FlaxEditor.CustomEditors.Dedicated
// Create group
var title = CustomEditorsUtil.GetPropertyNameUI(scriptType.Name);
var group = layout.Group(title);
var group = layout.Group(title, editor);
if (Presenter.CacheExpandedGroups)
{
if (Editor.Instance.ProjectCache.IsCollapsedGroup(title))