Update UIComponent.cs

This commit is contained in:
陈思海 2026-03-31 17:27:03 +08:00
parent 5188a9c35f
commit 67e8dd7c00

View File

@ -82,7 +82,7 @@ namespace AlicizaX.UI.Runtime
rectTrans.offsetMax = new Vector2(-offsetMaxX, -offsetMaxY); // 锚点状态下的屏幕右上角偏移量。
}
}
public void SimulateIPhoneXNotchScreen()
{
Rect rect;