EditorPluginAddControlToBottomPanel Method |
Adds a control to the bottom panel (together with Output, Debug, Animation, etc). Returns a reference to the button added. It's up to you to hide/show the button when needed. When your plugin is deactivated, make sure to remove your custom control with RemoveControlFromBottomPanel(Control) and free it with QueueFree.
Namespace: Godot
public ToolButton AddControlToBottomPanel( Control control, string title )
[Missing <param name="control"/> documentation for "M:Godot.EditorPlugin.AddControlToBottomPanel(Godot.Control,System.String)"]
[Missing <param name="title"/> documentation for "M:Godot.EditorPlugin.AddControlToBottomPanel(Godot.Control,System.String)"]
[Missing <returns> documentation for "M:Godot.EditorPlugin.AddControlToBottomPanel(Godot.Control,System.String)"]