增加LegendWidthHeight可设置固定宽高

This commit is contained in:
monitor1394
2026-05-17 18:47:47 +08:00
parent 0174453b05
commit 4120b61f2a
4 changed files with 39 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ namespace XCharts.Editor
{
++EditorGUI.indentLevel;
PropertyField("m_IconType");
PropertyField("m_Width");
PropertyField("m_Height");
PropertyField("m_ItemWidth");
PropertyField("m_ItemHeight");
PropertyField("m_ItemGap");