summaryrefslogtreecommitdiff
path: root/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-05-11 20:13:09 +0800
committerchai <chaifix@163.com>2021-05-11 20:13:09 +0800
commitdb44a6e164c2072a6526bb4e588e7590df4e08c4 (patch)
treedf2b447afa45d71e18050739658cd90111c60280 /CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs
parent61f7041fd10f1545991e6fbc66ade10c6835c5a4 (diff)
*rename
Diffstat (limited to 'CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs')
-rw-r--r--CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs41
1 files changed, 0 insertions, 41 deletions
diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs
deleted file mode 100644
index 5d9e434..0000000
--- a/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using UnityEditor;
-
-namespace CustomBaking
-{
-
- public static class CustomBakingMenu
- {
- [MenuItem("CustomBaking/Open Window")]
- static void OpenCustomBaking()
- {
-
- }
-
- [MenuItem("CustomBaking/Help")]
- static void Help()
- {
-
- }
-
- [MenuItem("CustomBaking/About")]
- static void About()
- {
-
- }
- }
-
- public class CustomBakingEditor : EditorWindow
- {
-
-
- public void OnGUI()
- {
-
- }
-
- }
-
-} \ No newline at end of file