You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The icon for the dock, as a name from the [code]EditorIcons[/code] theme type in the editor theme. You can find the list of available icons [url=https://godot-editor-icons.github.io/]here[/url].
The title of the dock's tab. If empty, the dock's [member Node.name] will be used. If the name is auto-generated (contains [code]@[/code]), the first child's name will be used instead.
Copy file name to clipboardExpand all lines: doc/classes/EditorPlugin.xml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -424,7 +424,7 @@
424
424
[b]Note:[/b] A plugin instance can belong only to a single context menu slot.
425
425
</description>
426
426
</method>
427
-
<methodname="add_control_to_bottom_panel">
427
+
<methodname="add_control_to_bottom_panel"deprecated="Use [method add_dock] instead, with [member EditorDock.default_slot] set to [constant DOCK_SLOT_BOTTOM].">
0 commit comments