增加MarkLineonTop设置是否显示在最上层

This commit is contained in:
monitor1394
2023-11-01 22:41:47 +08:00
parent d8ecb94dd9
commit 304726debf
6 changed files with 26 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ namespace XCharts.Editor
{
++EditorGUI.indentLevel;
PropertyField("m_SerieIndex");
PropertyField("m_OnTop");
PropertyField("m_Animation");
PropertyListField("m_Data", true);
--EditorGUI.indentLevel;