Table of Contents

Delegate ButtonGroup.PressedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the Pressed event of a ButtonGroup class.

public delegate void ButtonGroup.PressedEventHandler(BaseButton button)

Parameters

button BaseButton
Represents the method that handles the event of a class.

Constructors

PressedEventHandler(object, IntPtr)

public PressedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(BaseButton, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(BaseButton button, AsyncCallback callback, object @object)

Parameters

button BaseButton
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(BaseButton)

public virtual void Invoke(BaseButton button)

Parameters

button BaseButton