fix
This commit is contained in:
parent
1bfe12a33e
commit
457b7f8615
@ -2,9 +2,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEditor;
|
using UnityEditor;
|
||||||
|
public static class UIEditorSkinHelper
|
||||||
|
|
||||||
public class UIEditorSkinHelper : Editor
|
|
||||||
{
|
{
|
||||||
public static void DrawProperty(SerializedProperty property, GUISkin skin, string content)
|
public static void DrawProperty(SerializedProperty property, GUISkin skin, string content)
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#if UNITY_EDITOR
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using AlicizaX.UI.Extension.Editor.Editor.Editor_Handlers;
|
using AlicizaX.UI.Extension.Editor.Editor.Editor_Handlers;
|
||||||
@ -517,5 +516,3 @@ public class UXButtonEditor : Editor
|
|||||||
return (Selectable.Transition)transition.enumValueIndex;
|
return (Selectable.Transition)transition.enumValueIndex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user