Added missing GUI Property Height override
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user