Table of Contents

Delegate BaseButton.ToggledEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void BaseButton.ToggledEventHandler(bool toggledOn)

Parameters

toggledOn bool
Represents the method that handles the event of a class.

Constructors

ToggledEventHandler(object, IntPtr)

public ToggledEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(bool toggledOn, AsyncCallback callback, object @object)

Parameters

toggledOn bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(bool)

public virtual void Invoke(bool toggledOn)

Parameters

toggledOn bool