Table of Contents

Delegate GraphEdit.PopupRequestEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void GraphEdit.PopupRequestEventHandler(Vector2 position)

Parameters

position Vector2
Represents the method that handles the event of a class.

Constructors

PopupRequestEventHandler(object, IntPtr)

public PopupRequestEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Vector2, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Vector2 position, AsyncCallback callback, object @object)

Parameters

position Vector2
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Vector2)

public virtual void Invoke(Vector2 position)

Parameters

position Vector2