Exemple #1
0
 public void OnValueSet()
 {
     propertyChangesAction.translation = centerPosition - changeStartCenterPosition;
     scene.ApplyCurrentTransformAction();
     scene.Refresh();
 }
Exemple #2
0
 public void OnValueSet()
 {
     OnValueChanged();
     scene.ApplyCurrentTransformAction();
     scene.Refresh();
 }