From 3f53966a0fdc96f1e32d7d5f930c5cac6d4dfb29 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Sat, 16 Mar 2024 12:30:23 +0800 Subject: * balance --- _Debug/REPL.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '_Debug/REPL.cs') diff --git a/_Debug/REPL.cs b/_Debug/REPL.cs index 8195a56..5dd99e4 100644 --- a/_Debug/REPL.cs +++ b/_Debug/REPL.cs @@ -128,13 +128,13 @@ class REPL public static void AddHeightBox() { - float height = 2; - GameObject cube = new GameObject(); - cube.transform.position = new Vector3(4.39f, 31.397f + height / 2.0f, -9.96f); - var drb = cube.AddComponent(); - drb.mode = DebugRigidBody.EMode.Cube; - drb.color = UnityEngine.Color.red; - drb.cubeLen = height; + //float height = 2; + //GameObject cube = new GameObject(); + //cube.transform.position = new Vector3(4.39f, 31.397f + height / 2.0f, -9.96f); + //var drb = cube.AddComponent(); + //drb.mode = DebugRigidBody.EMode.Cube; + //drb.color = UnityEngine.Color.red; + //drb.cubeLen = height; } public static void AddFootCenter() -- cgit v1.1-26-g67d0