DOCK_SLOT_NONE:null = -1
The dock is closed.
DOCK_SLOT_LEFT_UL:null = 0
Dock slot, left side, upper-left (empty in default layout).
DOCK_SLOT_LEFT_BL:null = 1
Dock slot, left side, bottom-left (empty in default layout).
DOCK_SLOT_LEFT_UR:null = 2
Dock slot, left side, upper-right (in default layout includes Scene and Import docks).
DOCK_SLOT_LEFT_BR:null = 3
Dock slot, left side, bottom-right (in default layout includes FileSystem and History docks).
DOCK_SLOT_RIGHT_UL:null = 4
Dock slot, right side, upper-left (in default layout includes Inspector, Signal, and Group docks).
DOCK_SLOT_RIGHT_BL:null = 5
Dock slot, right side, bottom-left (empty in default layout).
DOCK_SLOT_RIGHT_UR:null = 6
Dock slot, right side, upper-right (empty in default layout).
DOCK_SLOT_RIGHT_BR:null = 7
Dock slot, right side, bottom-right (empty in default layout).
DOCK_SLOT_BOTTOM:null = 8
Bottom panel.
DOCK_SLOT_BOTTOM_L:null = 9
Dock slot at the bottom, below bottom panel, on the left side.
DOCK_SLOT_BOTTOM_R:null = 10
Dock slot at the bottom, below bottom panel, on the right side.
DOCK_SLOT_MAX:null = 11
Represents the size of the
DockSlot enum.