Table of Contents

Delegate GraphNode.SlotUpdatedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the SlotUpdated event of a GraphNode class.

public delegate void GraphNode.SlotUpdatedEventHandler(long slotIndex)

Parameters

slotIndex long
Represents the method that handles the event of a class.

Constructors

SlotUpdatedEventHandler(object, IntPtr)

public SlotUpdatedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long slotIndex, AsyncCallback callback, object @object)

Parameters

slotIndex long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long)

public virtual void Invoke(long slotIndex)

Parameters

slotIndex long