Skip to content

Commit 17201ef

Browse files
committed
新事件系统,去掉一些编译警告
1 parent d16149a commit 17201ef

9 files changed

Lines changed: 231 additions & 147 deletions

File tree

Assets/Android.meta

Lines changed: 0 additions & 9 deletions
This file was deleted.

Assets/Plugins.meta

Lines changed: 0 additions & 9 deletions
This file was deleted.

Assets/Script/Core/Editor/Reflection/ReflectionEdtorWindow.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ void OnGUI()
3737
Assembly m_currentAssembly;
3838
Type m_currentClass;
3939
MethodInfo m_currentMethod;
40-
Stack<Type> m_typeStack = new Stack<Type>();
4140

4241
string m_searchTmp = "";
4342

@@ -244,9 +243,7 @@ void NameSpaceGUI()
244243

245244
#region 类
246245

247-
248246
Vector2 m_classSpace = Vector2.zero;
249-
bool isRoot = true;
250247

251248
void AllClassGUI()
252249
{
@@ -416,8 +413,6 @@ void AllMethodGUI()
416413
}
417414
}
418415

419-
string m_methodfoldName = "";
420-
421416
void MethodGUI(MethodInfo method)
422417
{
423418
GUILayout.BeginHorizontal("box");

0 commit comments

Comments
 (0)