Click or drag to resize

UndoRedoClearHistory Method

Clear the undo/redo history and associated references.

Passing false to increase_version will prevent the version number to be increased from this.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ClearHistory(
	bool increaseVersion = true
)

Parameters

increaseVersion (Optional)
Type: SystemBoolean

[Missing <param name="increaseVersion"/> documentation for "M:Godot.UndoRedo.ClearHistory(System.Boolean)"]

See Also