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:
@@ -68,7 +68,7 @@ namespace TEngine.Editor.UI
|
||||
}
|
||||
else
|
||||
{
|
||||
strFile.Append("\t[Window(UILayer.UI)]\n");
|
||||
strFile.Append($"\t[Window(UILayer.UI,location:\"{root.name}\")]\n");
|
||||
strFile.Append("\tclass " + root.name + " : UIWindow\n");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user