summaryrefslogtreecommitdiff
path: root/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs')
-rw-r--r--UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs b/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs
new file mode 100644
index 0000000..beba382
--- /dev/null
+++ b/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs
@@ -0,0 +1,14 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+using UnityEditor;
+
+// Gizmos չ
+public static class EditorGizmosHelper
+{
+ public static void DrawCube()
+ {
+
+ }
+
+} \ No newline at end of file