mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
classref: Sync with current master branch (c09d83010)
This commit is contained in:
60
classes/class_missingnode.rst
Normal file
60
classes/class_missingnode.rst
Normal file
@@ -0,0 +1,60 @@
|
||||
:github_url: hide
|
||||
|
||||
.. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
|
||||
.. DO NOT EDIT THIS FILE, but the MissingNode.xml source instead.
|
||||
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
||||
|
||||
.. _class_MissingNode:
|
||||
|
||||
MissingNode
|
||||
===========
|
||||
|
||||
**Inherits:** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
|
||||
|
||||
This is an internal editor class intended for keeping data of nodes of unknown type.
|
||||
|
||||
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.
|
||||
|
||||
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>` |
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
.. _class_MissingNode_property_original_class:
|
||||
|
||||
- :ref:`String<class_String>` **original_class**
|
||||
|
||||
+----------+---------------------------+
|
||||
| *Setter* | set_original_class(value) |
|
||||
+----------+---------------------------+
|
||||
| *Getter* | get_original_class() |
|
||||
+----------+---------------------------+
|
||||
|
||||
----
|
||||
|
||||
.. _class_MissingNode_property_recording_properties:
|
||||
|
||||
- :ref:`bool<class_bool>` **recording_properties**
|
||||
|
||||
+----------+---------------------------------+
|
||||
| *Setter* | set_recording_properties(value) |
|
||||
+----------+---------------------------------+
|
||||
| *Getter* | is_recording_properties() |
|
||||
+----------+---------------------------------+
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
|
||||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
|
||||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
|
||||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
|
||||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
|
||||
Reference in New Issue
Block a user