Click or drag to resize

EditorPropertySetBottomEditor Method

Adds controls with this function if you want them on the bottom (below the label).

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

Parameters

editor
Type: GodotControl

[Missing <param name="editor"/> documentation for "M:Godot.EditorProperty.SetBottomEditor(Godot.Control)"]

See Also