增加Line平滑曲线对Dash虚线的支持

This commit is contained in:
monitor1394
2023-09-22 08:34:06 +08:00
parent 51697a54f4
commit c065245e00
6 changed files with 91 additions and 17 deletions

View File

@@ -21,6 +21,9 @@ namespace XCharts.Editor
PropertyField(prop, "m_Width");
PropertyField(prop, "m_Length");
PropertyField(prop, "m_Opacity");
PropertyField(prop, "m_DashLength");
PropertyField(prop, "m_DotLength");
PropertyField(prop, "m_GapLength");
--EditorGUI.indentLevel;
}
}