Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string screenName, AsyncCallback callback, object @object)

Parameters

screenName string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string screenName)

Parameters

screenName string