Click or drag to resize

EditorPropertyGetEditedProperty Method

Gets the edited property. If your editor is for a single property (added via ParseProperty(Object, Int32, String, Int32, String, Int32)), then this will return the property.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public string GetEditedProperty()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.EditorProperty.GetEditedProperty"]

See Also