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