Click or drag to resize

EditorInspectorPluginAddCustomControl Method

Adds a custom control, not necessarily a property editor.

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

Parameters

control
Type: GodotControl

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

See Also