From e0a20bb3b11d6c955008cf04d187e685d99446c2 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 06 一月 2025 02:29:52 +0800
Subject: [PATCH] 0312 textex文本增加背景底的变化
---
Assets/Editor/UIComponent/TextExEditor.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Assets/Editor/UIComponent/TextExEditor.cs b/Assets/Editor/UIComponent/TextExEditor.cs
index ceec676..3a31c27 100644
--- a/Assets/Editor/UIComponent/TextExEditor.cs
+++ b/Assets/Editor/UIComponent/TextExEditor.cs
@@ -11,6 +11,7 @@
text.isKey = EditorGUILayout.Toggle("鏄瑷�琛↖D",text.isKey);
text.keyName = EditorGUILayout.TextField(text.keyName, GUILayout.Width(200));
text.colorType = (TextColType)EditorGUILayout.EnumPopup("棰滆壊绫诲瀷", text.colorType);
+ text.bgColorType = (TextEx.BackGroundColorType)EditorGUILayout.EnumPopup("鑳屾櫙棰滆壊绫诲瀷", text.bgColorType);
}
}
--
Gitblit v1.8.0