Enum EditorPlugin.CustomControlContainer
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
public enum EditorPlugin.CustomControlContainer : long
Fields
CanvasEditorBottom = 8Bottom panel of the 2D editor.
CanvasEditorMenu = 5The toolbar that appears when 2D editor is active.
CanvasEditorSideLeft = 6Left sidebar of the 2D editor.
CanvasEditorSideRight = 7Right sidebar of the 2D editor.
InspectorBottom = 9Bottom section of the inspector.
ProjectSettingTabLeft = 10Tab of Project Settings dialog, to the left of other tabs.
ProjectSettingTabRight = 11Tab of Project Settings dialog, to the right of other tabs.
SpatialEditorBottom = 4Bottom panel of the 3D editor.
SpatialEditorMenu = 1The toolbar that appears when 3D editor is active.
SpatialEditorSideLeft = 2Left sidebar of the 3D editor.
SpatialEditorSideRight = 3Right sidebar of the 3D editor.
Toolbar = 0Main editor toolbar, next to play buttons.