.. 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` **<** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Container for a :ref:`Curve3D`. Member Functions ---------------- +--------------------------------+------------------------------------------------------------------------------------------+ | :ref:`Curve3D` | :ref:`get_curve` **(** **)** const | +--------------------------------+------------------------------------------------------------------------------------------+ | void | :ref:`set_curve` **(** :ref:`Curve3D` curve **)** | +--------------------------------+------------------------------------------------------------------------------------------+ Member Variables ---------------- - :ref:`Curve3D` **curve** Description ----------- This class is a container/Node-ification of a :ref:`Curve3D`, so it can have :ref:`Spatial` properties and :ref:`Node` info. Member Function Description --------------------------- .. _class_Path_get_curve: - :ref:`Curve3D` **get_curve** **(** **)** const Returns the :ref:`Curve3D` contained. .. _class_Path_set_curve: - void **set_curve** **(** :ref:`Curve3D` curve **)** Sets the :ref:`Curve3D`.