Click or drag to resize

EditorPluginRemoveControlFromDocks Method

Removes the control from the dock. You have to manually QueueFree the control.

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

Parameters

control
Type: GodotControl

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

See Also