mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix a misleading statement in the inspector plugins tutorial
This commit is contained in:
@@ -130,9 +130,9 @@ There are three essential parts to the script extending
|
||||
3. A signal must be emitted at some point to inform the inspector that the
|
||||
control has changed the property using ``emit_changed``.
|
||||
|
||||
You can display your custom widget in two ways. Use the default ``add_child()``
|
||||
method to display it to the right of the property name, and
|
||||
``set_bottom_editor()`` to position it below the name.
|
||||
You can display your custom widget in two ways. Use just the default ``add_child()``
|
||||
method to display it to the right of the property name, and use ``add_child()``
|
||||
followed by ``set_bottom_editor()`` to position it below the name.
|
||||
|
||||
.. tabs::
|
||||
.. code-tab:: gdscript GDScript
|
||||
|
||||
Reference in New Issue
Block a user