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
Methods
BeginInvoke(BaseButton, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(BaseButton button, AsyncCallback callback, object @object)
Parameters
button
BaseButtoncallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(BaseButton)
public virtual void Invoke(BaseButton button)
Parameters
button
BaseButton