Click or drag to resize

UndoRedoAddDoProperty Method

Register a property value change for "do".

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

Parameters

object
Type: GodotObject

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

property
Type: SystemString

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

value
Type: SystemObject

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

See Also