Click or drag to resize

EditorPluginGetUndoRedo Method

Gets the undo/redo object. Most actions in the editor can be undoable, so use this object to make sure this happens when it's worth it.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public UndoRedo GetUndoRedo()

Return Value

Type: UndoRedo

[Missing <returns> documentation for "M:Godot.EditorPlugin.GetUndoRedo"]

See Also