UIManager 생성 및 PopupUI 기능 구현

This commit is contained in:
2026-01-26 02:57:50 +09:00
parent e9dd959527
commit 98cb263c66
10 changed files with 593 additions and 1078 deletions

View File

@@ -5,7 +5,7 @@ using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
public class UI_Button : UI_Base
public class UI_Button : UI_Popup
{
enum Buttons
{

View File

@@ -1,6 +1,6 @@
using UnityEngine;
public class UI_Popup : MonoBehaviour
public class UI_Popup : UI_Base
{
void Start()
{

View File

@@ -1,6 +1,6 @@
using UnityEngine;
public class UI_Scene : MonoBehaviour
public class UI_Scene : UI_Base
{
void Start()
{