From 0e35ff22c8130aea3243b1c837560b09485c3281 Mon Sep 17 00:00:00 2001 From: yangbear Date: Fri, 3 Jul 2026 14:40:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89ChanraoTuibuHandler?= =?UTF-8?q?=E4=B8=AD=E6=AE=8B=E7=95=99=E7=9A=84f=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Interaction/ChanraoTuibuHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Interaction/ChanraoTuibuHandler.cs b/Assets/Scripts/Interaction/ChanraoTuibuHandler.cs index bf665fd..6d1f22b 100644 --- a/Assets/Scripts/Interaction/ChanraoTuibuHandler.cs +++ b/Assets/Scripts/Interaction/ChanraoTuibuHandler.cs @@ -52,7 +52,7 @@ public class ChanraoTuibuHandler : MonoBehaviour Vector3 p1 = new Vector3(ctr.x - ext.x, y, ctr.z + ext.z); Vector3 p2 = new Vector3(ctr.x + ext.x, y, ctr.z + ext.z); Vector3 p3 = new Vector3(ctr.x + ext.x, y, ctr.z - ext.z); - Debug.Log($"[{f}] 边框 bounds: center={ctr} extents={ext} y={y}"); + Debug.Log($"[{name}] 边框 bounds: center={ctr} extents={ext} y={y}"); _outlineRenderer.positionCount = 5; _outlineRenderer.SetPosition(0, p0); _outlineRenderer.SetPosition(1, p1);