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_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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user