using UnityEngine;
public partial class UIManager
{
private Rect _GetScreenSafeArea()
var area = Screen.safeArea;
return area;
}