增加Commentlayer设置层级

This commit is contained in:
monitor1394
2025-03-22 09:24:46 +08:00
parent 8bc66ca30a
commit 9e07617cc4
6 changed files with 48 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ namespace XCharts.Editor
public override void OnInspectorGUI()
{
++EditorGUI.indentLevel;
PropertyField("m_Layer");
PropertyField("m_LabelStyle");
//PropertyField("m_MarkStyle");
PropertyListField("m_Items", true);