增加PolarCoodindicatorLabelOffset设置指示文本偏移的支持

This commit is contained in:
monitor1394
2023-06-30 08:25:14 +08:00
parent 2c382fda00
commit 4a754c0021
4 changed files with 5 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ namespace XCharts.Editor
PropertyTwoFiled("m_Center");
PropertyTwoFiled("m_Radius");
PropertyField("m_BackgroundColor");
PropertyField("m_IndicatorLabelOffset");
--EditorGUI.indentLevel;
}
}