summaryrefslogtreecommitdiff
path: root/_Debug/REPL.cs
diff options
context:
space:
mode:
Diffstat (limited to '_Debug/REPL.cs')
-rw-r--r--_Debug/REPL.cs14
1 files changed, 7 insertions, 7 deletions
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<DebugRigidBody>();
- 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<DebugRigidBody>();
+ //drb.mode = DebugRigidBody.EMode.Cube;
+ //drb.color = UnityEngine.Color.red;
+ //drb.cubeLen = height;
}
public static void AddFootCenter()