This commit is contained in:
CortexCore
2024-11-03 16:38:17 +08:00
parent 056e2cada5
commit 4ba741408d
4693 changed files with 2445 additions and 5443 deletions

View File

@@ -1,10 +1,19 @@
using System;
using Cysharp.Threading.Tasks;
namespace BITKit.UX
{
/// <summary>
/// 基本UX服务(GUI管理器),主要通过加载叠加面板实现
/// </summary>
public interface IUXService
public interface IUXService:IDisposable
{
object Root { get; }
/// <summary>
/// 初始化
/// </summary>
/// <returns></returns>
UniTask InitializeAsync();
/// <summary>
/// 注册面板,加入注册队列
/// </summary>