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