Click or drag to resize

EditorPluginGetEditorInterface Method

Returns the EditorInterface object that gives you control over Godot editor's window and its functionalities.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public EditorInterface GetEditorInterface()

Return Value

Type: EditorInterface

[Missing <returns> documentation for "M:Godot.EditorPlugin.GetEditorInterface"]

See Also