Update ScriptGenerator.cs

This commit is contained in:
ALEXTANG
2023-05-11 19:11:21 +08:00
parent c40391a65b
commit 22ead28974

View File

@@ -170,7 +170,7 @@ namespace TEngine.Editor.UI
{ "m_curve", "AnimationCurve" }, { "m_curve", "AnimationCurve" },
{ "m_canvasGroup", "CanvasGroup" }, { "m_canvasGroup", "CanvasGroup" },
#if ENABLE_TEXTMESHPRO #if ENABLE_TEXTMESHPRO
{"m_tmp","TextMeshProUGUI"}, {"m_tmp","TextMeshProUGUI"},
#endif #endif
}; };
@@ -285,6 +285,7 @@ namespace TEngine.Editor.UI
{ {
GUILayout.Label(item.Key + "\t" + item.Value); GUILayout.Label(item.Key + "\t" + item.Value);
} }
GUILayout.EndVertical();
} }
} }