mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 10:20:10 +00:00
调整DebugMode的显示位置
This commit is contained in:
@@ -74,7 +74,6 @@ namespace XCharts
|
|||||||
OnMiddleInspectorGUI();
|
OnMiddleInspectorGUI();
|
||||||
OnEndInspectorGUI();
|
OnEndInspectorGUI();
|
||||||
|
|
||||||
EditorGUILayout.PropertyField(m_DebugMode);
|
|
||||||
CheckWarning();
|
CheckWarning();
|
||||||
serializedObject.ApplyModifiedProperties();
|
serializedObject.ApplyModifiedProperties();
|
||||||
}
|
}
|
||||||
@@ -108,6 +107,7 @@ namespace XCharts
|
|||||||
{
|
{
|
||||||
EditorGUILayout.Space();
|
EditorGUILayout.Space();
|
||||||
EditorGUILayout.Space();
|
EditorGUILayout.Space();
|
||||||
|
EditorGUILayout.PropertyField(m_DebugMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CheckWarning()
|
private void CheckWarning()
|
||||||
|
|||||||
Reference in New Issue
Block a user