.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the Path.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_Path: Path ==== **Inherits:** :ref:`Spatial` **<** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Container for a :ref:`Curve3D`. Properties ---------- +-------------------------------+-----------------------------------------+ | :ref:`Curve3D` | :ref:`curve` | +-------------------------------+-----------------------------------------+ Signals ------- .. _class_Path_signal_curve_changed: - **curve_changed** **(** **)** Description ----------- This class is a container/Node-ification of a :ref:`Curve3D`, so it can have :ref:`Spatial` properties and :ref:`Node` info. Property Descriptions --------------------- .. _class_Path_property_curve: - :ref:`Curve3D` **curve** +----------+------------------+ | *Setter* | set_curve(value) | +----------+------------------+ | *Getter* | get_curve() | +----------+------------------+