Table of Contents

Delegate GraphEdit.DeleteNodesRequestEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the DeleteNodesRequest event of a GraphEdit class.

public delegate void GraphEdit.DeleteNodesRequestEventHandler(Array<StringName> nodes)

Parameters

nodes Array<StringName>
Represents the method that handles the event of a class.

Constructors

DeleteNodesRequestEventHandler(object, nint)

public DeleteNodesRequestEventHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(Array<StringName>, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Array<StringName> nodes, AsyncCallback callback, object @object)

Parameters

nodes Array<StringName>
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Array<StringName>)

public virtual void Invoke(Array<StringName> nodes)

Parameters

nodes Array<StringName>