Пример #1
0
 /// <summary>
 /// Is called, if some properties changed.
 /// </summary>
 public void UpdateFromChangeProperty()
 {
     _rendererControl.UpdateElements();
     _lightControl.UpdateElements();
     _colorControl.UpdateElements();
     _backgroundControl.UpdateElements();
 }
Пример #2
0
 /// <summary>
 /// Is called if some properties changed.
 /// </summary>
 public void UpdateFromChangeProperty()
 {
     _propertyControl.UpdateElements();
 }