Click or drag to resize

SceneTreeQueueDelete Method

Queues the given object for deletion, delaying the call to Free to after the current frame.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void QueueDelete(
	Object obj
)

Parameters

obj
Type: GodotObject

[Missing <param name="obj"/> documentation for "M:Godot.SceneTree.QueueDelete(Godot.Object)"]

See Also