mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
35 lines
969 B
ReStructuredText
35 lines
969 B
ReStructuredText
.. 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 **)**
|
|
|
|
|