增加Settings中关于关于材质球设置的参数 #140

This commit is contained in:
monitor1394
2021-05-01 22:43:17 +08:00
parent 636df6ebd6
commit 424577ca4d
10 changed files with 90 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ namespace XCharts
++EditorGUI.indentLevel;
PropertyField(prop, "m_ReversePainter");
PropertyField(prop, "m_MaxPainter");
PropertyField(prop, "m_BasePainterMaterial");
PropertyField(prop, "m_SeriePainterMaterial");
PropertyField(prop, "m_TopPainterMaterial");
PropertyField(prop, "m_LineSmoothStyle");
PropertyField(prop, "m_LineSmoothness");
PropertyField(prop, "m_LineSegmentDistance");