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