폴더 정리

This commit is contained in:
logonkhi
2025-12-12 19:28:20 +09:00
parent 69ae8b22fd
commit ab86affa32
184 changed files with 61 additions and 72409 deletions

View File

@@ -20,9 +20,9 @@ public class SideBarSample : MonoBehaviour
var infos = ComponentList.GenerateData();
// 1. TabConfig 설정
tabController?.AddTabConfig("Explorer", "탐색기", "Prefabs/Factory/Tab/TabContentComponentListTab", "Prefabs/UI/Images/icon_side_tab_explorer_128", infos, true);
tabController?.AddTabConfig("Library", "라이브러리", "Prefabs/Factory/Tab/TabContentLibraryGrid", "Prefabs/UI/Images/icon_side_tab_library_128", "라이브러리", true);
tabController?.AddTabConfig("ResourceExplorer", "Hierarchy", "Prefabs/Factory/Tab/TabContentHierarchy", "Prefabs/UI/Images/icon_side_tab_resource_128", "Hierarchy", true);
tabController?.AddTabConfig("Explorer", "탐색기", "Factory/Prefabs/Tab/TabContentComponentListTab", "Prefabs/UI/Images/icon_side_tab_explorer_128", infos, true);
tabController?.AddTabConfig("Library", "라이브러리", "Factory/Prefabs/Tab/TabContentLibraryGrid", "Prefabs/UI/Images/icon_side_tab_library_128", "라이브러리", true);
tabController?.AddTabConfig("ResourceExplorer", "Hierarchy", "Factory/Prefabs/Tab/TabContentHierarchy", "Prefabs/UI/Images/icon_side_tab_resource_128", "Hierarchy", true);
tabController?.AddTabConfig("FleetManager", "이동기 관리", "Prefabs/UI/Tab/TabContentSample", "Prefabs/UI/Images/icon_side_tab_fleet_128", "이동기 관리", true);
// 2. 컨트롤러 초기화