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