Click or drag to resize

UndoRedoAddUndoProperty Method

Register a property value change for "undo".

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddUndoProperty(
	Object object,
	string property,
	Object value
)

Parameters

object
Type: GodotObject

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

property
Type: SystemString

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

value
Type: SystemObject

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

See Also