com.alicizax.unity.ui.exten.../Editor/Constant/UXGUIConfig.cs

8 lines
286 B
C#
Raw Normal View History

2025-07-28 19:42:29 +08:00
internal class UXGUIConfig
{
public static readonly string RootPath = "Packages/com.alicizax.unity.ui.extension/";
public static readonly string GUIPath = RootPath + "Runtime/Res/UX-GUI/";
public static readonly string UIDefaultMatPath = GUIPath + "UX_ImageDefault.mat";
}