1
This commit is contained in:
@@ -7,7 +7,6 @@ namespace BITKit.UX
|
||||
public interface IUXDialogue
|
||||
{
|
||||
void Show(string content,string title = "Alert",Action confirmAction=null,Action<bool> onChoose=null);
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,6 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using BITKit.StateMachine;
|
||||
using Cysharp.Threading.Tasks;
|
||||
|
||||
// ReSharper disable UnassignedGetOnlyAutoProperty
|
||||
@@ -12,7 +14,7 @@ namespace BITKit.UX
|
||||
/// <para>⭐异步打开与关闭</para>
|
||||
/// <para>⭐当前可见状态</para>
|
||||
/// <para>⭐基本UI导航回调</para>
|
||||
public interface IUXPanel:IEntryElement
|
||||
public interface IUXPanel:IStateAsync
|
||||
{
|
||||
/// <summary>
|
||||
/// 是否为窗口,用于覆盖其他面板
|
||||
|
Reference in New Issue
Block a user