|
| 1 | +:github_url: hide |
| 2 | + |
| 3 | +.. DO NOT EDIT THIS FILE!!! |
| 4 | +.. Generated automatically from Godot engine sources. |
| 5 | +.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. |
| 6 | +.. XML source: https://github.com/godotengine/godot/tree/master/docs/node_2d.gd.xml. |
| 7 | +
|
| 8 | +.. _class_node_2d_gd: |
| 9 | + |
| 10 | +"node_2d.gd" |
| 11 | +============ |
| 12 | + |
| 13 | +**Inherits:** ``Node2D`` |
| 14 | + |
| 15 | +.. container:: contribute |
| 16 | + |
| 17 | + There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__! |
| 18 | + |
| 19 | +.. rst-class:: classref-reftable-group |
| 20 | + |
| 21 | +Properties |
| 22 | +---------- |
| 23 | + |
| 24 | +.. table:: |
| 25 | + :widths: auto |
| 26 | + |
| 27 | + +-------------+---------------------------------------------+-------+ |
| 28 | + | ``Variant`` | :ref:`test<class_node_2d_gd_property_test>` | ``1`` | |
| 29 | + +-------------+---------------------------------------------+-------+ |
| 30 | + |
| 31 | +.. rst-class:: classref-reftable-group |
| 32 | + |
| 33 | +Methods |
| 34 | +------- |
| 35 | + |
| 36 | +.. table:: |
| 37 | + :widths: auto |
| 38 | + |
| 39 | + +--------+-------------------------------------------------------------+ |
| 40 | + | |void| | :ref:`_ready<class_node_2d_gd_private_method__ready>`\ (\ ) | |
| 41 | + +--------+-------------------------------------------------------------+ |
| 42 | + |
| 43 | +.. rst-class:: classref-section-separator |
| 44 | + |
| 45 | +---- |
| 46 | + |
| 47 | +.. rst-class:: classref-descriptions-group |
| 48 | + |
| 49 | +Property Descriptions |
| 50 | +--------------------- |
| 51 | + |
| 52 | +.. _class_node_2d_gd_property_test: |
| 53 | + |
| 54 | +.. rst-class:: classref-property |
| 55 | + |
| 56 | +``Variant`` **test** = ``1`` :ref:`🔗<class_node_2d_gd_property_test>` |
| 57 | + |
| 58 | +This is a test comment. |
| 59 | + |
| 60 | +.. note:: |
| 61 | + |
| 62 | + This is a ``note``. |
| 63 | + |
| 64 | +.. warning:: |
| 65 | + |
| 66 | + This is a ``warning``. |
| 67 | + |
| 68 | +.. tip:: |
| 69 | + |
| 70 | + This is a ``tip``. |
| 71 | + |
| 72 | +.. important:: |
| 73 | + |
| 74 | + This is ``important``. |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | +More text following admonitions. |
| 79 | + |
| 80 | +.. rst-class:: classref-section-separator |
| 81 | + |
| 82 | +---- |
| 83 | + |
| 84 | +.. rst-class:: classref-descriptions-group |
| 85 | + |
| 86 | +Method Descriptions |
| 87 | +------------------- |
| 88 | + |
| 89 | +.. _class_node_2d_gd_private_method__ready: |
| 90 | + |
| 91 | +.. rst-class:: classref-method |
| 92 | + |
| 93 | +|void| **_ready**\ (\ ) :ref:`🔗<class_node_2d_gd_private_method__ready>` |
| 94 | + |
| 95 | +.. container:: contribute |
| 96 | + |
| 97 | + There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__! |
| 98 | + |
| 99 | +.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` |
| 100 | +.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)` |
| 101 | +.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` |
| 102 | +.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` |
| 103 | +.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` |
| 104 | +.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` |
| 105 | +.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` |
| 106 | +.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
| 107 | +.. |void| replace:: :abbr:`void (No return value.)` |
0 commit comments