com.alicizax.unity.framework/Editor/UI/Res/UITemplate.txt
2025-12-01 16:45:42 +08:00

18 lines
307 B
Plaintext

#ReferenceNameSpace#
using AlicizaX.UI.Runtime;
namespace #ClassNameSpace#
{
[UIRes(#ClassName#.ResTag, EUIResLoadType.#LoadType#)]
public class #ClassName# : UIHolderObjectBase
{
public const string ResTag = "#TagName#";
#region Generated by Script Tool
#Variable#
#endregion
#Controller#
}
}