12345678910111213141516171819202122232425262728293031323334 |
- .. 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
- -----------------
- Signals
- -------
- .. _class_EditorInspector_object_id_selected:
- - **object_id_selected** **(** :ref:`int<class_int>` id **)**
- .. _class_EditorInspector_property_keyed:
- - **property_keyed** **(** :ref:`String<class_string>` property **)**
- .. _class_EditorInspector_resource_selected:
- - **resource_selected** **(** :ref:`Object<class_object>` res, :ref:`String<class_string>` prop **)**
|