增加LabelLinelineEndX可设置引导线固定X位置的支持

This commit is contained in:
monitor1394
2023-08-04 08:39:05 +08:00
parent ea819bfa42
commit 9d3d8543a5
8 changed files with 26 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ namespace XCharts.Editor
PropertyField(prop, "m_LineGap");
PropertyField(prop, "m_LineLength1");
PropertyField(prop, "m_LineLength2");
PropertyField(prop, "m_LineEndX");
PropertyField(prop, "m_StartSymbol");
PropertyField(prop, "m_EndSymbol");
--EditorGUI.indentLevel;