This commit is contained in:
陈思海 2025-07-25 20:04:14 +08:00
parent 1bfe12a33e
commit 457b7f8615
2 changed files with 1 additions and 6 deletions

View File

@ -2,9 +2,7 @@
using System;
using UnityEngine;
using UnityEditor;
public class UIEditorSkinHelper : Editor
public static class UIEditorSkinHelper
{
public static void DrawProperty(SerializedProperty property, GUISkin skin, string content)
{

View File

@ -1,4 +1,3 @@
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using AlicizaX.UI.Extension.Editor.Editor.Editor_Handlers;
@ -517,5 +516,3 @@ public class UXButtonEditor : Editor
return (Selectable.Transition)transition.enumValueIndex;
}
}
#endif