增加SettingsreversePainter可设置Serie的绘制是否逆序

This commit is contained in:
monitor1394
2021-04-29 07:30:42 +08:00
parent 054387c71c
commit 83b876e80d
10 changed files with 36 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ namespace XCharts
chart.settings.Reset();
}
++EditorGUI.indentLevel;
PropertyField(prop, "m_ReversePainter");
PropertyField(prop, "m_MaxPainter");
PropertyField(prop, "m_LineSmoothStyle");
PropertyField(prop, "m_LineSmoothness");