Example #1
0
 public UndoRedoSupportMoveTranslation(Atum.Studio.Core.Managers.UndoRedoManager.typeOfAction actionType, object item, object values, float height)
 {
     this.ActionType = actionType;
     this.Item       = item;
     this.Values     = values;
     this.Height     = height;
 }
Example #2
0
 public UndoRedoObjectRotation(Atum.Studio.Core.Managers.UndoRedoManager.typeOfAction actionType, object item, object values)
 {
     this.ActionType = actionType;
     this.Item       = item;
     this.Values     = values;
 }