Table of Contents

Delegate PopupMenu.IndexPressedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the IndexPressed event of a PopupMenu class.

public delegate void PopupMenu.IndexPressedEventHandler(long index)

Parameters

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

Constructors

IndexPressedEventHandler(object, IntPtr)

public IndexPressedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

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

Parameters

index 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 index)

Parameters

index long