Skip to content

Commit

Permalink
fix: GraphicColorのインスペクター オブジェクトフィールドのタイプが間違っていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
pspkurara committed Sep 7, 2020
1 parent d6e2b88 commit d9f353d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using UnityEngine;
using UnityEngine.UI;
using UnityEditor;

namespace Pspkurara.UI.Skinner
{

[SkinPartsInspector(typeof(GraphicColor))]
internal sealed class GraphicColorInspector : SkinPartsOnArrayInspector<GameObject>
internal sealed class GraphicColorInspector : SkinPartsOnArrayInspector<Graphic>
{

protected override void CleanupFieldsOtherThanObjectReference(EditorSkinPartsPropertryWithoutObjectReference property)
Expand Down

0 comments on commit d9f353d

Please sign in to comment.