리팩토링 중

This commit is contained in:
logonkhi
2025-07-24 18:28:09 +09:00
parent 4d29143d47
commit a0c90b1e82
41 changed files with 618 additions and 301 deletions

View File

@@ -3,6 +3,7 @@ using UnityEngine;
using UnityEngine.UI;
using UVC.Data.Core;
using UVC.Factory.Component;
using UVC.Factory.Playback;
using UVC.Locale;
using UVC.Log;
using UVC.UI.Commands;
@@ -216,7 +217,7 @@ namespace UVC.UI.Menu
MenuItemData.CreateSeparator("file_sep2"), // 또 다른 구분선 추가
new MenuItemData("file_exit", "menu_file_exit", new QuitApplicationCommand()) // 애플리케이션 종료 명령 연결
}));
model.MenuItems.Add(new MenuItemData("Playback", "Playback", new PlaybackCommand()));
// pool 로그
model.MenuItems.Add(new MenuItemData("log", "Log", subMenuItems: new List<MenuItemData>
{