增加MLValue多样式数值

This commit is contained in:
monitor1394
2023-07-26 08:41:06 +08:00
parent 318b4146a9
commit 758d578ad2
14 changed files with 159 additions and 30 deletions

View File

@@ -60,8 +60,8 @@ namespace XCharts.Editor
{
++EditorGUI.indentLevel;
PropertyField(prop, "m_Duration");
PropertyField(prop, "m_WidthRate");
PropertyField(prop, "m_RadiusRate");
PropertyField(prop, "m_Width");
PropertyField(prop, "m_Radius");
PropertyField(prop, "m_Offset");
--EditorGUI.indentLevel;
}