mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update ScriptGenerator.cs
This commit is contained in:
@@ -170,7 +170,7 @@ namespace TEngine.Editor.UI
|
||||
{ "m_curve", "AnimationCurve" },
|
||||
{ "m_canvasGroup", "CanvasGroup" },
|
||||
#if ENABLE_TEXTMESHPRO
|
||||
{"m_tmp","TextMeshProUGUI"},
|
||||
{"m_tmp","TextMeshProUGUI"},
|
||||
#endif
|
||||
};
|
||||
|
||||
@@ -285,6 +285,7 @@ namespace TEngine.Editor.UI
|
||||
{
|
||||
GUILayout.Label(item.Key + ":\t" + item.Value);
|
||||
}
|
||||
GUILayout.EndVertical();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user