Component List 개발 중

This commit is contained in:
logonkhi
2025-08-08 18:33:29 +09:00
parent 3297a5d1f3
commit 165c3a709f
60 changed files with 7809 additions and 3072 deletions

View File

@@ -1,4 +1,5 @@
using UnityEngine;
using UVC.Factory.Modal.ComponentList;
using UVC.Factory.Playback;
using UVC.Locale;
using UVC.UI.Commands;
@@ -41,7 +42,7 @@ namespace UVC.UI.Toolbar
// 컴포넌트 목록
mainToolbar.AddStandardButton("컴포넌트 목록",
"Prefabs/UI/Toolbar/images/ic_menu_elements",
new ActionCommand(() => Debug.Log("컴포넌트 목록 버튼 클릭됨")),
new ActionCommand(() => { if (!ComponentList.Instance.gameObject.activeSelf) ComponentList.Instance.gameObject.SetActive(true); ComponentList.Instance.SetupData(); }),
"컴포넌트 목록 창을 엽니다.");
// playback
@@ -143,7 +144,7 @@ namespace UVC.UI.Toolbar
// StartCoroutine(TestModelChange(saveBtnModel, muteToggleModel));
}
// System.Collections.IEnumerator TestModelChange(ToolbarStandardButton standard, ToolbarToggleButton toggle)
// {