修复在什么都没有的情况下的编译错误 #10

Merged
lrss3 merged 1 commits from thr_dev/dev2 into master 2026-06-25 10:17:49 +08:00

View File

@@ -67,11 +67,12 @@ namespace XericUI.ReflectionUIGenerator
[ShowIf("classify", UIElementClassify.UIDropdown)]
#endif
public UnityEngine.UI.Dropdown UIDropdown;
#if dUI_TextMeshPro
#if ODIN_INSPECTOR
[ShowIf("classify", UIElementClassify.TMPInputField)]
#endif
public TMPInputTriggerEvent TMPInputTriggerOnEventType;
#endif
#if ODIN_INSPECTOR
[ShowIf("classify", UIElementClassify.UIInputField)]
#endif