8 lines
286 B
C#
8 lines
286 B
C#
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";
|
|
}
|