summaryrefslogtreecommitdiff
path: root/ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs')
-rw-r--r--ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs b/ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs
new file mode 100644
index 0000000..6815ea7
--- /dev/null
+++ b/ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs
@@ -0,0 +1,14 @@
+using System.Collections;
+using System.Collections.Generic;
+using System.Drawing;
+using UnityEditor;
+using UnityEngine;
+using static UnityEngine.GraphicsBuffer;
+
+public class DisplayAllJoints : MonoBehaviour
+{
+
+ public float size = 1f;
+
+
+}