mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Sync classref with current source
This commit is contained in:
@@ -16,15 +16,6 @@ Brief Description
|
||||
|
||||
Contains a :ref:`Curve2D<class_curve2d>` path for :ref:`PathFollow2D<class_pathfollow2d>` nodes to follow.
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+--------------------------------+------------------------------------------------------------------------------------------+
|
||||
| :ref:`Curve2D<class_curve2d>` | :ref:`get_curve<class_Path2D_get_curve>` **(** **)** const |
|
||||
+--------------------------------+------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_curve<class_Path2D_set_curve>` **(** :ref:`Curve2D<class_curve2d>` curve **)** |
|
||||
+--------------------------------+------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Variables
|
||||
----------------
|
||||
|
||||
@@ -38,19 +29,3 @@ Description
|
||||
|
||||
Can have :ref:`PathFollow2D<class_pathfollow2d>` child-nodes moving along the :ref:`Curve2D<class_curve2d>`. See :ref:`PathFollow2D<class_pathfollow2d>` for more information on this usage.
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
|
||||
.. _class_Path2D_get_curve:
|
||||
|
||||
- :ref:`Curve2D<class_curve2d>` **get_curve** **(** **)** const
|
||||
|
||||
Returns the :ref:`Curve2D<class_curve2d>` contained.
|
||||
|
||||
.. _class_Path2D_set_curve:
|
||||
|
||||
- void **set_curve** **(** :ref:`Curve2D<class_curve2d>` curve **)**
|
||||
|
||||
Sets the :ref:`Curve2D<class_curve2d>`.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user