Enum UndoRedo.MergeMode
enum MergeMode
: int { ... }
Enum members
Name | Description |
---|---|
mergeAll
|
Makes subsequent actions with the same name be merged into one. |
mergeDisable
|
Makes "do"/"undo" operations stay in separate actions. |
mergeEnds
|
Makes so that the action's "do" operation is from the first action created and the "undo" operation is from the last subsequent action with the same name. |