[feature][polar] support circular polar

This commit is contained in:
monitor1394
2022-09-14 07:13:45 +08:00
parent ac7628ce68
commit afbfa20fd9
11 changed files with 50 additions and 32 deletions

View File

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