Exemple #1
0
 public NoteDataChangeUndoAction(NoteData ndRef, NoteDataBefore before, NoteDataBefore after)
 {
     mID     = ndRef.InnerID;
     mBefore = before;
     mAfter  = after;
 }
Exemple #2
0
 public CreateNoteUndoAction(NoteData data, string path, bool createOrdestroy = true)
 {
     mNoteData   = new NoteDataBefore(data);
     mPrefabPath = path;
     mIsCreate   = createOrdestroy;
 }