Table of Contents

Enum EditorPlugin.DockSlot

Namespace
Godot
Assembly
GodotSharpEditor.dll
public enum EditorPlugin.DockSlot : long

Fields

LeftBl = 1

Dock slot, left side, bottom-left (empty in default layout).

LeftBr = 3

Dock slot, left side, bottom-right (in default layout includes FileSystem dock).

LeftUl = 0

Dock slot, left side, upper-left (empty in default layout).

LeftUr = 2

Dock slot, left side, upper-right (in default layout includes Scene and Import docks).

Max = 8

Represents the size of the EditorPlugin.DockSlot enum.

RightBl = 5

Dock slot, right side, bottom-left (empty in default layout).

RightBr = 7

Dock slot, right side, bottom-right (empty in default layout).

RightUl = 4

Dock slot, right side, upper-left (in default layout includes Inspector, Node, and History docks).

RightUr = 6

Dock slot, right side, upper-right (empty in default layout).