input相关
This commit is contained in:
@@ -18,7 +18,9 @@ namespace NBC
|
||||
bool IsDotDel { get; }
|
||||
|
||||
bool IsModal { get; }
|
||||
|
||||
|
||||
bool IsShowCursor { get; }
|
||||
|
||||
void SetUIManager(UIManager kit);
|
||||
void SetData(object args);
|
||||
object GetData();
|
||||
|
||||
@@ -35,6 +35,11 @@ namespace NBC
|
||||
/// </summary>
|
||||
public virtual int Id { get; protected set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否显示光标,屏蔽游戏内输入
|
||||
/// </summary>
|
||||
public virtual bool IsShowCursor { get; protected set; }
|
||||
|
||||
/// <summary>
|
||||
/// 面板打开动画
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user