Click or drag to resize

EditorPluginRemoveControlFromBottomPanel Method

Removes the control from the bottom panel. You have to manually QueueFree the control.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void RemoveControlFromBottomPanel(
	Control control
)

Parameters

control
Type: GodotControl

[Missing <param name="control"/> documentation for "M:Godot.EditorPlugin.RemoveControlFromBottomPanel(Godot.Control)"]

See Also