Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #43 from uurha/dev
Browse files Browse the repository at this point in the history
Make DrawersHelper public
  • Loading branch information
uurha committed Dec 15, 2022
1 parent d90eb68 commit ab2b3f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Editor/EditorAddons/Helpers/DrawersHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Better.Attributes.EditorAddons.Helpers
{
internal static class DrawersHelper
public static class DrawersHelper
{
private static float _spaceHeight = 6f;
public static float SpaceHeight => _spaceHeight;
Expand All @@ -26,7 +26,7 @@ public static void HelpBox(string message, IconType type, bool useSpace = true)
}

/// <summary>
/// Override for default Inspector HelpBox with RTF text
/// Override for default Inspector HelpBox with Rich text
/// </summary>
/// <param name="message"></param>
/// <param name="position"></param>
Expand Down Expand Up @@ -257,7 +257,7 @@ public static GUIContent GetIconGUIContent(IconType type)
}
}

internal enum IconType
public enum IconType
{
/// <summary>
/// <para>Neutral message.</para>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.uurha.betterattributes",
"displayName": "Better Attributes",
"version": "0.2.8",
"version": "0.2.9",
"unity": "2018.3",
"description": "Unity attributes, allows to serialize interfaces, draw handles for Vector3/Vector2/Quaternion/Bounds, create read only fields.",
"dependencies": {
Expand Down

0 comments on commit ab2b3f6

Please sign in to comment.