Added missing GUI Property Height override

This commit is contained in:
Anton Zhernosek
2023-05-23 17:04:55 +02:00
committed by GitHub
parent 0b44ae28d5
commit 90b433967e

View File

@@ -234,6 +234,15 @@ namespace Utilities.SerializableData.SerializableFunc.UnityEditorDrawers
#endregion #endregion
#region Property Height Override
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
{
return 65f;
}
#endregion
#endregion #endregion
#region UI Toolkit Drawing #region UI Toolkit Drawing