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
nodeControl- 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
nodeControlcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(Control)
public virtual void Invoke(Control node)
Parameters
nodeControl