From 67e8dd7c00835f624e0136525039b6bf5e91cd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Tue, 31 Mar 2026 17:27:03 +0800 Subject: [PATCH] Update UIComponent.cs --- Runtime/UI/UIComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/UI/UIComponent.cs b/Runtime/UI/UIComponent.cs index a182c4b..05544df 100644 --- a/Runtime/UI/UIComponent.cs +++ b/Runtime/UI/UIComponent.cs @@ -82,7 +82,7 @@ namespace AlicizaX.UI.Runtime rectTrans.offsetMax = new Vector2(-offsetMaxX, -offsetMaxY); // 锚点状态下的屏幕右上角偏移量。 } } - + public void SimulateIPhoneXNotchScreen() { Rect rect;