Click or drag to resize

UndoRedoIsCommitingAction Method

Returns true if the UndoRedo is currently committing the action, i.e. running its "do" method or property change (see CommitAction).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsCommitingAction()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.UndoRedo.IsCommitingAction"]

See Also