com.alicizax.unity.framework/Editor/UI/Res/UITemplate.txt

16 lines
293 B
Plaintext
Raw Normal View History

2025-11-12 17:48:41 +08:00
#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
}
}