2025-12-01 16:46:28 +08:00
|
|
|
|
using System.IO;
|
|
|
|
|
|
|
2025-12-09 20:31:44 +08:00
|
|
|
|
namespace AlicizaX.UXTool
|
2025-12-01 16:46:28 +08:00
|
|
|
|
{
|
|
|
|
|
|
public static class Def_UXGUIPath
|
|
|
|
|
|
{
|
|
|
|
|
|
public static readonly string ConfigPath = "Packages/com.alicizax.uxtool/Editor/UXGUI/Res/Config";
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly string ComponentRes = "Packages/com.alicizax.uxtool/Editor/UXGUI/Res/Component/";
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly string UIResRootPath = "Assets/Bundles/UI";
|
|
|
|
|
|
public static readonly string DefaultLayoutPath = "Assets/Default.wlt";
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|