필요 없는 경로 삭제
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using UVC.Data.Core;
|
||||
using UVC.Factory.Component;
|
||||
using UVC.Factory.Modal.Settings;
|
||||
using UVC.Factory.Playback;
|
||||
using UVC.Locale;
|
||||
using UVC.Log;
|
||||
using UVC.UI.Commands;
|
||||
|
||||
@@ -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을 실행 시킵니다.");
|
||||
|
||||
// 화면 캡처
|
||||
|
||||
@@ -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을 실행 시킵니다.");
|
||||
|
||||
// 화면 캡처
|
||||
|
||||
Reference in New Issue
Block a user