UndoRedoMergeMode Enumeration |
[Missing <summary> documentation for "T:Godot.UndoRedo.MergeMode"]
Namespace: Godot
public enum MergeMode
Member name | Value | Description | |
---|---|---|---|
Disable | 0 | Makes "do"/"undo" operations stay in separate actions. | |
Ends | 1 | 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. | |
All | 2 | Makes subsequent actions with the same name be merged into one. |