Delegate EditorPlugin.MainScreenChangedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the MainScreenChanged event of a EditorPlugin class.
public delegate void EditorPlugin.MainScreenChangedEventHandler(string screenName)
Parameters
screenName
string- Represents the method that handles the event of a class.
Constructors
MainScreenChangedEventHandler(object, IntPtr)
public MainScreenChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string screenName, AsyncCallback callback, object @object)
Parameters
screenName
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string)
public virtual void Invoke(string screenName)
Parameters
screenName
string