Table of Contents

Enum UndoRedo.MergeMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum UndoRedo.MergeMode : long

Fields

All = 2

Merges this action with the previous one if they have the same name.

Disable = 0

Makes "do"/"undo" operations stay in separate actions.

Ends = 1

Merges 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.