增加TooltipcolumnGapWidths参数设置列文本间隙距离

This commit is contained in:
monitor1394
2025-03-02 20:57:58 +08:00
parent ffed67d8ee
commit f9f2428142
4 changed files with 34 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ namespace XCharts.Editor
});
PropertyField("m_LineStyle");
PropertyField("m_TitleLabelStyle");
PropertyListField("m_ColumnGapWidths");
PropertyListField("m_ContentLabelStyles");
--EditorGUI.indentLevel;
}