Click or drag to resize

UndoRedoAddDoMethod Method

Register a method that will be called when the action is committed.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddDoMethod(
	Object object,
	string method,
	params Object[] args
)

Parameters

object
Type: GodotObject

[Missing <param name="object"/> documentation for "M:Godot.UndoRedo.AddDoMethod(Godot.Object,System.String,System.Object[])"]

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Godot.UndoRedo.AddDoMethod(Godot.Object,System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Godot.UndoRedo.AddDoMethod(Godot.Object,System.String,System.Object[])"]

See Also