Added missing GUI Property Height override
This commit is contained in:
@@ -234,6 +234,15 @@ namespace Utilities.SerializableData.SerializableFunc.UnityEditorDrawers
|
||||
|
||||
#endregion
|
||||
|
||||
#region Property Height Override
|
||||
|
||||
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
|
||||
{
|
||||
return 65f;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#region UI Toolkit Drawing
|
||||
|
||||
Reference in New Issue
Block a user