Click or drag to resize

EditorInspectorPluginAddPropertyEditor Method

Adds a property editor, this must inherit EditorProperty.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void AddPropertyEditor(
	string property,
	Control editor
)

Parameters

property
Type: SystemString

[Missing <param name="property"/> documentation for "M:Godot.EditorInspectorPlugin.AddPropertyEditor(System.String,Godot.Control)"]

editor
Type: GodotControl

[Missing <param name="editor"/> documentation for "M:Godot.EditorInspectorPlugin.AddPropertyEditor(System.String,Godot.Control)"]

See Also