增加A2WToolBox工具集,增加Launch场景核LaunchPanel
This commit is contained in:
19
Assets/A2WToolBox/Runtime/UIManager/UIPanel.cs
Normal file
19
Assets/A2WToolBox/Runtime/UIManager/UIPanel.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using Cysharp.Threading.Tasks;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace A2W
|
||||
{
|
||||
public abstract class UIPanel : MonoBehaviour
|
||||
{
|
||||
public abstract void Init();
|
||||
|
||||
public abstract UniTask Show();
|
||||
|
||||
public abstract UniTask Hide();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user