mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
48 lines
1.6 KiB
ReStructuredText
48 lines
1.6 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _class_Path:
|
|
|
|
Path
|
|
====
|
|
|
|
**Inherits:** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Container for a :ref:`Curve3D<class_curve3d>`.
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+--------------------------------+------------------------------------------------------------------------------------------+
|
|
| :ref:`Curve3D<class_curve3d>` | :ref:`get_curve<class_Path_get_curve>` **(** **)** const |
|
|
+--------------------------------+------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_curve<class_Path_set_curve>` **(** :ref:`Curve3D<class_curve3d>` curve **)** |
|
|
+--------------------------------+------------------------------------------------------------------------------------------+
|
|
|
|
Description
|
|
-----------
|
|
|
|
This class is a container/Node-ification of a :ref:`Curve3D<class_curve3d>`, so it can have :ref:`Spatial<class_spatial>` properties and :ref:`Node<class_node>` info.
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_Path_get_curve:
|
|
|
|
- :ref:`Curve3D<class_curve3d>` **get_curve** **(** **)** const
|
|
|
|
Returns the :ref:`Curve3D<class_curve3d>` contained.
|
|
|
|
.. _class_Path_set_curve:
|
|
|
|
- void **set_curve** **(** :ref:`Curve3D<class_curve3d>` curve **)**
|
|
|
|
Sets the :ref:`Curve3D<class_curve3d>`.
|
|
|
|
|