コード例 #1
0
ファイル: UndoRedoManager.cs プロジェクト: Sidd710/tempRepo
 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;
 }
コード例 #2
0
ファイル: UndoRedoManager.cs プロジェクト: Sidd710/tempRepo
 public UndoRedoObjectRotation(Atum.Studio.Core.Managers.UndoRedoManager.typeOfAction actionType, object item, object values)
 {
     this.ActionType = actionType;
     this.Item       = item;
     this.Values     = values;
 }