增加PiepieType支持实心饼图和线框柄图 (#349)

This commit is contained in:
monitor1394
2025-10-22 09:06:28 +08:00
parent c83fe89a31
commit c2bafb8aa8
5 changed files with 39 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ namespace XCharts.Editor
public override void OnCustomInspectorGUI()
{
PropertyField("m_GridIndex");
PropertyField("m_PieType");
PropertyField("m_RoseType");
PropertyField("m_Gap");
PropertyTwoFiled("m_Center");