mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
110 lines
3.4 KiB
ReStructuredText
110 lines
3.4 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the EditorProperty.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_EditorProperty:
|
|
|
|
EditorProperty
|
|
==============
|
|
|
|
**Inherits:** :ref:`Container<class_container>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+------------------------------+----------------------------------------------------------------------------------+
|
|
| :ref:`Object<class_object>` | :ref:`get_edited_object<class_EditorProperty_get_edited_object>` **(** **)** |
|
|
+------------------------------+----------------------------------------------------------------------------------+
|
|
| :ref:`String<class_string>` | :ref:`get_edited_property<class_EditorProperty_get_edited_property>` **(** **)** |
|
|
+------------------------------+----------------------------------------------------------------------------------+
|
|
| void | :ref:`update_property<class_EditorProperty_update_property>` **(** **)** virtual |
|
|
+------------------------------+----------------------------------------------------------------------------------+
|
|
|
|
Signals
|
|
-------
|
|
|
|
.. _class_EditorProperty_multiple_properties_changed:
|
|
|
|
- **multiple_properties_changed** **(** :ref:`PoolStringArray<class_poolstringarray>` properties, :ref:`Array<class_array>` value **)**
|
|
|
|
.. _class_EditorProperty_object_id_selected:
|
|
|
|
- **object_id_selected** **(** :ref:`String<class_string>` property, :ref:`int<class_int>` id **)**
|
|
|
|
.. _class_EditorProperty_property_changed:
|
|
|
|
- **property_changed** **(** :ref:`String<class_string>` property, :ref:`Nil<class_nil>` value **)**
|
|
|
|
.. _class_EditorProperty_property_checked:
|
|
|
|
- **property_checked** **(** :ref:`String<class_string>` property, :ref:`String<class_string>` bool **)**
|
|
|
|
.. _class_EditorProperty_property_keyed:
|
|
|
|
- **property_keyed** **(** :ref:`String<class_string>` property **)**
|
|
|
|
.. _class_EditorProperty_property_keyed_with_value:
|
|
|
|
- **property_keyed_with_value** **(** :ref:`String<class_string>` property, :ref:`Nil<class_nil>` value **)**
|
|
|
|
.. _class_EditorProperty_resource_selected:
|
|
|
|
- **resource_selected** **(** :ref:`String<class_string>` path, :ref:`Object<class_object>` resource **)**
|
|
|
|
.. _class_EditorProperty_selected:
|
|
|
|
- **selected** **(** :ref:`String<class_string>` path, :ref:`int<class_int>` focusable_idx **)**
|
|
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
.. _class_EditorProperty_checkable:
|
|
|
|
- :ref:`bool<class_bool>` **checkable**
|
|
|
|
.. _class_EditorProperty_checked:
|
|
|
|
- :ref:`bool<class_bool>` **checked**
|
|
|
|
.. _class_EditorProperty_draw_red:
|
|
|
|
- :ref:`bool<class_bool>` **draw_red**
|
|
|
|
.. _class_EditorProperty_keying:
|
|
|
|
- :ref:`bool<class_bool>` **keying**
|
|
|
|
.. _class_EditorProperty_label:
|
|
|
|
- :ref:`String<class_string>` **label**
|
|
|
|
.. _class_EditorProperty_read_only:
|
|
|
|
- :ref:`bool<class_bool>` **read_only**
|
|
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_EditorProperty_get_edited_object:
|
|
|
|
- :ref:`Object<class_object>` **get_edited_object** **(** **)**
|
|
|
|
.. _class_EditorProperty_get_edited_property:
|
|
|
|
- :ref:`String<class_string>` **get_edited_property** **(** **)**
|
|
|
|
.. _class_EditorProperty_update_property:
|
|
|
|
- void **update_property** **(** **)** virtual
|
|
|
|
|