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
Methods
BeginInvoke(Array, StringName, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Array elements, StringName frame, AsyncCallback callback, object @object)
Parameters
elements
Arrayframe
StringNamecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Array, StringName)
public virtual void Invoke(Array elements, StringName frame)
Parameters
elements
Arrayframe
StringName