| | |
| | | #endif |
| | | |
| | | public const string windowFileBundleName = "ui"; |
| | | public const string uiprefabFileBundleName = "prefab"; |
| | | public const string uiprefabFileBundleName = "uicomp"; |
| | | |
| | | public readonly static string ResourcesOutPath = Application.dataPath + "/ResourcesOut/"; |
| | | public const string ResourcesOutAssetPath = "Assets/ResourcesOut/"; |
| | |
| | | public static readonly string UI_SPRITE_SUFFIX = "Sprite"; |
| | | public static readonly string UI_WINDOW_SUFFIX = "UI"; |
| | | public static readonly string UI_FONT_SUFFIX = "Font"; |
| | | public static readonly string UI_PREFAB_SUFFIX = "Prefab"; |
| | | public static readonly string UI_PREFAB_SUFFIX = "UIComp"; |
| | | |
| | | public static readonly string CONFIG_FODLER = ResourcesOutPath + "Config/"; |
| | | |