Enum UndoRedo.MergeMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum UndoRedo.MergeMode : long
Fields
All = 2Merges this action with the previous one if they have the same name.
Disable = 0Makes "do"/"undo" operations stay in separate actions.
Ends = 1Merges this action with the previous one if they have the same name. Keeps only the first action's "undo" operations and the last action's "do" operations. Useful for sequential changes to a single value.