Delegate Viewport.GuiFocusChangedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the GuiFocusChanged event of a Viewport class.
public delegate void Viewport.GuiFocusChangedEventHandler(Control node)
Parameters
node
Control- Represents the method that handles the event of a class.
Constructors
GuiFocusChangedEventHandler(object, IntPtr)
public GuiFocusChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Control, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Control node, AsyncCallback callback, object @object)
Parameters
node
Controlcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Control)
public virtual void Invoke(Control node)
Parameters
node
Control