Click or drag to resize

EditorPluginRemoveControlFromContainer Method

Removes the control from the specified container. You have to manually QueueFree the control.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void RemoveControlFromContainer(
	EditorPluginCustomControlContainer container,
	Control control
)

Parameters

container
Type: GodotEditorPluginCustomControlContainer

[Missing <param name="container"/> documentation for "M:Godot.EditorPlugin.RemoveControlFromContainer(Godot.EditorPlugin.CustomControlContainer,Godot.Control)"]

control
Type: GodotControl

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

See Also