Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
EditorProperty¶
Inherits: Container < Control < CanvasItem < Node < Object
Custom control for editing properties that can be added to the EditorInspector.
Description¶
A custom control for editing properties that can be added to the EditorInspector. It is added via EditorInspectorPlugin.
Properties¶
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods¶
void |
_set_read_only ( bool read_only ) virtual |
void |
_update_property ( ) virtual |
void |
add_focusable ( Control control ) |
void |
emit_changed ( StringName property, Variant value, StringName field=&"", bool changing=false ) |
get_edited_property ( ) const |
|
void |
set_bottom_editor ( Control editor ) |
void |
update_property ( ) |