필요 없는 경로 삭제

This commit is contained in:
logonkhi
2025-12-24 18:43:51 +09:00
parent bc8e781c90
commit a75d48265a
31 changed files with 33 additions and 1615 deletions

View File

@@ -1,14 +1,9 @@
#nullable enable
using UnityEngine;
using UVC.UI.List.ComponentList;
using UVC.Factory.Playback;
using UVC.Locale;
using UVC.UI.Commands;
using UVC.UI.Toolbar.Model;
using UVC.UI.Toolbar.View;
using UVC.UI.Window;
using UVC.Factory.Component;
using System.Collections.Generic;
using System;
namespace UVC.UI.Toolbar
@@ -207,7 +202,7 @@ namespace UVC.UI.Toolbar
// playback
toolbarModel.AddStandardButton("Playback",
"Prefabs/UI/Toolbar/images/ic_menu_playback",
new PlaybackCommand(),
new ActionCommand(() => Debug.Log("Playback 버튼 클릭됨")),
"Playback을 실행 시킵니다.");
// 화면 캡처

View File

@@ -1,6 +1,5 @@
#nullable enable
using UnityEngine;
using UVC.Factory.Playback;
using UVC.Locale;
using UVC.UI.Commands;
using UVC.UI.Toolbar;
@@ -201,7 +200,7 @@ namespace UVC.UI.ToolBar
// playback
toolbarModel.AddStandardButton("Playback",
"Prefabs/UI/Toolbar/images/ic_menu_playback",
new PlaybackCommand(),
new ActionCommand(() => Debug.Log("Playback 버튼 클릭됨")),
"Playback을 실행 시킵니다.");
// 화면 캡처