com.alicizax.unity.framework/Editor/UI/UIConfig/UIGlobalPath.cs

10 lines
421 B
C#
Raw Permalink Normal View History

2025-09-05 19:46:30 +08:00
namespace AlicizaX.UI.Editor
{
internal static class UIGlobalPath
{
public const string DefaultComPath = "Packages/com.alicizax.unity.framework/Editor/UI/Res/default.txt";
public const string UIPrefabPath = "Packages/com.alicizax.unity.framework/Editor/UI/Res/UIRoot.prefab";
2025-11-12 17:48:41 +08:00
public const string TemplatePath = "Packages/com.alicizax.unity.framework/Editor/UI/Res/UITemplate.txt";
2025-09-05 19:46:30 +08:00
}
}