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