폴더 정리
This commit is contained in:
@@ -32,8 +32,8 @@ namespace UVC.Studio
|
||||
var infos = ComponentList.GenerateData();
|
||||
|
||||
// 1. TabConfig 설정
|
||||
tabController?.AddTabConfig("Explorer", "탐색기", "Prefabs/Factory/Tab/TabContentComponentListTab", "Prefabs/UI/Images/icon_side_tab_explorer_24", infos, true);
|
||||
tabController?.AddTabConfig("Library", "라이브러리", "Prefabs/Factory/Tab/TabContentLibraryGrid", "Prefabs/UI/Images/icon_side_tab_library_24", "라이브러리", true);
|
||||
tabController?.AddTabConfig("Explorer", "탐색기", "Factory/Prefabs/Tab/TabContentComponentListTab", "Prefabs/UI/Images/icon_side_tab_explorer_24", infos, true);
|
||||
tabController?.AddTabConfig("Library", "라이브러리", "Factory/Prefabs/Tab/TabContentLibraryGrid", "Prefabs/UI/Images/icon_side_tab_library_24", "라이브러리", true);
|
||||
|
||||
// 2. 컨트롤러 초기화
|
||||
tabController?.Initialize();
|
||||
|
||||
Reference in New Issue
Block a user