整理代码

This commit is contained in:
monitor1394
2019-07-01 07:33:55 +08:00
parent cd5a1ca10b
commit 8d274b74d2
2 changed files with 94 additions and 4 deletions

View File

@@ -26,8 +26,6 @@ namespace XCharts
SerializedProperty m_RangeMode = prop.FindPropertyRelative("m_RangeMode");
SerializedProperty m_Start = prop.FindPropertyRelative("m_Start");
SerializedProperty m_End = prop.FindPropertyRelative("m_End");
//SerializedProperty m_StartValue = prop.FindPropertyRelative("m_StartValue");
//SerializedProperty m_EndValue = prop.FindPropertyRelative("m_EndValue");
SerializedProperty m_ScrollSensitivity = prop.FindPropertyRelative("m_ScrollSensitivity");
ChartEditorHelper.MakeFoldout(ref drawRect, ref m_DataZoomModuleToggle, "DataZoom", show);