整理代码

This commit is contained in:
monitor1394
2021-04-13 10:12:02 +08:00
parent 32e9ce864b
commit cbbc2a63f9
10 changed files with 5 additions and 45 deletions

View File

@@ -17,7 +17,6 @@ namespace XCharts
[CustomPropertyDrawer(typeof(ChartTheme), true)]
public class ThemeDrawer : BasePropertyDrawer
{
private bool m_ThemeModuleToggle = false;
public override string ClassName { get { return "Theme"; } }
public override void OnGUI(Rect pos, SerializedProperty prop, GUIContent label)
{