diff options
| author | chai <chaifix@163.com> | 2022-04-19 22:56:15 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2022-04-19 22:56:15 +0800 |
| commit | ba49cb4da7cae683585cc34b7adba46429c22af9 (patch) | |
| tree | ddcc3e3e13da24782ee0094cecd7b8af41217ad7 /AlienSurvival/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs | |
| parent | 2e2bb56ec77c98421f58887e8f004ed73ce13551 (diff) | |
+ topdown transform
Diffstat (limited to 'AlienSurvival/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs')
| -rw-r--r-- | AlienSurvival/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/AlienSurvival/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs b/AlienSurvival/Assets/Tools/EditorGUIHelper/Editor/EditorGizmosHelper.cs new file mode 100644 index 0000000..53f9323 --- /dev/null +++ b/AlienSurvival/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 |
