Click or drag to resize

EditorInterfaceGetEditorViewport Method

Returns the main editor control. Use this as a parent for main screens.

Note: This returns the main editor control containing the whole editor, not the 2D or 3D viewports specifically.

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

Return Value

Type: Control

[Missing <returns> documentation for "M:Godot.EditorInterface.GetEditorViewport"]

See Also