Added missing GUI Property Height override
This commit is contained in:
@@ -232,6 +232,15 @@ namespace Utilities.SerializableData.SerializableFunc.UnityEditorDrawers
|
||||
return new Rect[] { labelRect, propertyRect };
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Property Height Override
|
||||
|
||||
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
|
||||
{
|
||||
return 65f;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
@@ -679,4 +688,4 @@ namespace Utilities.SerializableData.SerializableFunc.UnityEditorDrawers
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user