UI系统组件
This commit is contained in:
@@ -83,6 +83,9 @@ namespace BaseGames.UI.Menus
|
||||
if (t.IsFaulted && !(t.Exception?.InnerException is OperationCanceledException))
|
||||
Debug.LogException(t.Exception?.InnerException ?? t.Exception, this);
|
||||
}, TaskScheduler.FromCurrentSynchronizationContext());
|
||||
|
||||
// 面板打开时设置初始焦点(键盘 / 手柄导航入口)
|
||||
StartCoroutine(RestoreFocusNextFrame());
|
||||
}
|
||||
|
||||
private void OnDisable()
|
||||
|
||||
Reference in New Issue
Block a user