This commit is contained in:
Mikhail 2024-03-11 03:57:56 +08:00
parent ced7d2a547
commit 6e479c40cf

View File

@ -187,6 +187,8 @@ namespace DCFApixels.DragonECS.Unity.Editors
if (isEmpty)
{
GUILayout.Label(label);
EditorGUI.BeginProperty(GUILayoutUtility.GetLastRect(), label, componentRefProp);
EditorGUI.EndProperty();
}
else
{