classref: Sync with current master branch (f87858a8f)

This commit is contained in:
Yuri Sizov
2022-12-05 20:38:58 +03:00
parent 913ff5e602
commit a7745c4cc4
843 changed files with 158186 additions and 80821 deletions
+34 -17
View File
@@ -14,48 +14,65 @@ MissingNode
This is an internal editor class intended for keeping data of nodes of unknown type.
.. rst-class:: classref-introduction-group
Description
-----------
This is an internal editor class intended for keeping data of nodes of unknown type (most likely this type was supplied by an extension that is no longer loaded). It can't be manually instantiated or placed in the scene. Ignore it if you don't know what it is.
.. rst-class:: classref-reftable-group
Properties
----------
+-----------------------------+------------------------------------------------------------------------------+
| :ref:`String<class_String>` | :ref:`original_class<class_MissingNode_property_original_class>` |
+-----------------------------+------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`recording_properties<class_MissingNode_property_recording_properties>` |
+-----------------------------+------------------------------------------------------------------------------+
.. table::
:widths: auto
+-----------------------------+------------------------------------------------------------------------------+
| :ref:`String<class_String>` | :ref:`original_class<class_MissingNode_property_original_class>` |
+-----------------------------+------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`recording_properties<class_MissingNode_property_recording_properties>` |
+-----------------------------+------------------------------------------------------------------------------+
.. rst-class:: classref-section-separator
----
.. rst-class:: classref-descriptions-group
Property Descriptions
---------------------
.. _class_MissingNode_property_original_class:
- :ref:`String<class_String>` **original_class**
.. rst-class:: classref-property
+----------+---------------------------+
| *Setter* | set_original_class(value) |
+----------+---------------------------+
| *Getter* | get_original_class() |
+----------+---------------------------+
:ref:`String<class_String>` **original_class**
.. rst-class:: classref-property-setget
- void **set_original_class** **(** :ref:`String<class_String>` value **)**
- :ref:`String<class_String>` **get_original_class** **(** **)**
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. rst-class:: classref-item-separator
----
.. _class_MissingNode_property_recording_properties:
- :ref:`bool<class_bool>` **recording_properties**
.. rst-class:: classref-property
+----------+---------------------------------+
| *Setter* | set_recording_properties(value) |
+----------+---------------------------------+
| *Getter* | is_recording_properties() |
+----------+---------------------------------+
:ref:`bool<class_bool>` **recording_properties**
.. rst-class:: classref-property-setget
- void **set_recording_properties** **(** :ref:`bool<class_bool>` value **)**
- :ref:`bool<class_bool>` **is_recording_properties** **(** **)**
.. container:: contribute