SideTabBar 기능 추가
This commit is contained in:
@@ -5,6 +5,7 @@ using UVC.Locale;
|
||||
using UVC.UI.Commands;
|
||||
using UVC.UI.Toolbar.Model;
|
||||
using UVC.UI.Toolbar.View;
|
||||
using UVC.UI.Window;
|
||||
|
||||
namespace UVC.UI.Toolbar
|
||||
{
|
||||
@@ -42,7 +43,7 @@ namespace UVC.UI.Toolbar
|
||||
// 컴포넌트 목록
|
||||
mainToolbar.AddStandardButton("컴포넌트 목록",
|
||||
"Prefabs/UI/Toolbar/images/ic_menu_elements",
|
||||
new ActionCommand(() => { if (!ComponentList.Instance.gameObject.activeSelf) ComponentList.Instance.gameObject.SetActive(true); ComponentList.Instance.SetupData(); }),
|
||||
new ActionCommand(() => { if (!ComponentListWindow.Instance.gameObject.activeSelf) ComponentListWindow.Instance.Show(); ComponentListWindow.Instance.SetupData(); }),
|
||||
"컴포넌트 목록 창을 엽니다.");
|
||||
|
||||
// playback
|
||||
|
||||
Reference in New Issue
Block a user