UIManager 생성 및 PopupUI 기능 구현
This commit is contained in:
@@ -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
|
||||
{
|
||||
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class UI_Popup : MonoBehaviour
|
||||
public class UI_Popup : UI_Base
|
||||
{
|
||||
void Start()
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class UI_Scene : MonoBehaviour
|
||||
public class UI_Scene : UI_Base
|
||||
{
|
||||
void Start()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user