mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
78 lines
1.9 KiB
ReStructuredText
78 lines
1.9 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the EditorInspector.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_EditorInspector:
|
|
|
|
EditorInspector
|
|
===============
|
|
|
|
**Inherits:** :ref:`ScrollContainer<class_ScrollContainer>` **<** :ref:`Container<class_Container>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
+------+------------------------------------------------------------------+
|
|
| void | :ref:`refresh<class_EditorInspector_method_refresh>` **(** **)** |
|
|
+------+------------------------------------------------------------------+
|
|
|
|
Signals
|
|
-------
|
|
|
|
.. _class_EditorInspector_signal_object_id_selected:
|
|
|
|
- **object_id_selected** **(** :ref:`int<class_int>` id **)**
|
|
|
|
----
|
|
|
|
.. _class_EditorInspector_signal_property_edited:
|
|
|
|
- **property_edited** **(** :ref:`String<class_String>` property **)**
|
|
|
|
----
|
|
|
|
.. _class_EditorInspector_signal_property_keyed:
|
|
|
|
- **property_keyed** **(** :ref:`String<class_String>` property **)**
|
|
|
|
----
|
|
|
|
.. _class_EditorInspector_signal_property_selected:
|
|
|
|
- **property_selected** **(** :ref:`String<class_String>` property **)**
|
|
|
|
----
|
|
|
|
.. _class_EditorInspector_signal_property_toggled:
|
|
|
|
- **property_toggled** **(** :ref:`String<class_String>` property, :ref:`bool<class_bool>` checked **)**
|
|
|
|
----
|
|
|
|
.. _class_EditorInspector_signal_resource_selected:
|
|
|
|
- **resource_selected** **(** :ref:`Object<class_Object>` res, :ref:`String<class_String>` prop **)**
|
|
|
|
----
|
|
|
|
.. _class_EditorInspector_signal_restart_requested:
|
|
|
|
- **restart_requested** **(** **)**
|
|
|
|
Method Descriptions
|
|
-------------------
|
|
|
|
.. _class_EditorInspector_method_refresh:
|
|
|
|
- void **refresh** **(** **)**
|
|
|