Skip to content

Commit

Permalink
Rename namespace MinimalUtility.UI to MinimalUtility.UGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
kochounoyume committed Sep 17, 2024
1 parent 9544ce6 commit 0e5af72
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Packages/MinimalUtility/Runtime/UI/EmptyGraphic.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using UnityEngine;
using UnityEngine.UI;

namespace MinimalUtility.UI
namespace MinimalUtility.UGUI
{
/// <summary>
/// 空処理のグラフィック.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MinimalUtility.UI",
"rootNamespace": "MinimalUtility.UI",
"name": "MinimalUtility.UGUI",
"rootNamespace": "MinimalUtility.UGUI",
"references": [
"GUID:2294a65d721f9974ca66d13b434e6b7b"
],
Expand Down
2 changes: 1 addition & 1 deletion Packages/MinimalUtility/Runtime/UI/SelectablesGraphic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UnityEngine;
using UnityEngine.UI;

namespace MinimalUtility.UI
namespace MinimalUtility.UGUI
{
/// <summary>
/// <see cref="UnityEngine.UI.Selectable"/>を使用するうえで最低限の機能を持つグラフィック.
Expand Down
2 changes: 1 addition & 1 deletion Packages/MinimalUtility/Runtime/UI/SimpleGauge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UnityEngine;
using UnityEngine.UI;

namespace MinimalUtility.UI
namespace MinimalUtility.UGUI
{
/// <summary>
/// <see cref="RectMask2D"/>を継承利用したシンプルで綺麗なゲージ表示.
Expand Down

0 comments on commit 0e5af72

Please sign in to comment.