Example #1
0
 /// <summary>
 /// Initializes the property panel for the <see cref="NodeAggregation"/> settings.
 /// </summary>
 private void InitializePropertiesPanel()
 {
     NodeAggregationConfig = new NodeAggregationConfig();
     Editor.Configuration  = NodeAggregationConfig;
 }
 /// <summary>
 /// Initializes the property panel for the <see cref="NodeAggregation"/> settings.
 /// </summary>
 private void InitializePropertiesPanel()
 {
     NodeAggregationConfig = new NodeAggregationConfig();
     configurationEditor.UpdateConfiguration(NodeAggregationConfig);
 }