Table of Contents

Delegate GraphEdit.GraphElementsLinkedToFrameRequestEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void GraphEdit.GraphElementsLinkedToFrameRequestEventHandler(Array elements, StringName frame)

Parameters

elements Array
Represents the method that handles the event of a class.
frame StringName
Represents the method that handles the event of a class.

Constructors

GraphElementsLinkedToFrameRequestEventHandler(object, IntPtr)

public GraphElementsLinkedToFrameRequestEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Array, StringName, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Array elements, StringName frame, AsyncCallback callback, object @object)

Parameters

elements Array
frame 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 elements, StringName frame)

Parameters

elements Array
frame StringName