Component List 개발 중
This commit is contained in:
@@ -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)
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user