diff options
author | chai <chaifix@163.com> | 2021-05-19 23:36:28 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-05-19 23:36:28 +0800 |
commit | d7c13789d3d39c90bcfad545cb438a574652d4a8 (patch) | |
tree | 00578504f4550d986524265f8d843e20e2f49fad /UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs | |
parent | 047efd15559d7c62666f00392a987dccdc36d500 (diff) |
+misc
Diffstat (limited to 'UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs')
-rw-r--r-- | UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs | 14 |
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 |