mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 20:28:46 +00:00
增加LabelStyle的showCondition,showFilter,showThreshold可控制label显示和隐藏
This commit is contained in:
@@ -113,6 +113,15 @@ namespace XCharts.Editor
|
||||
}
|
||||
}
|
||||
|
||||
protected void PropertyFlagsField(SerializedProperty prop, string relativePropName, System.Type enumType)
|
||||
{
|
||||
if (IngorePropertys.Contains(relativePropName)) return;
|
||||
if (!ChartEditorHelper.PropertyFlagsField(ref m_DrawRect, m_Heights, m_KeyName, prop, relativePropName, enumType))
|
||||
{
|
||||
Debug.LogError("PropertyFlagsField ERROR:" + prop.displayName + ", " + relativePropName);
|
||||
}
|
||||
}
|
||||
|
||||
protected void PropertyFieldLimitMin(SerializedProperty prop, string relativePropName, float minValue)
|
||||
{
|
||||
if (IngorePropertys.Contains(relativePropName)) return;
|
||||
|
||||
Reference in New Issue
Block a user