class_path.rst 825 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the Path.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_Path:
  5. Path
  6. ====
  7. **Inherits:** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Container for a :ref:`Curve3D<class_curve3d>`.
  12. Signals
  13. -------
  14. .. _class_Path_curve_changed:
  15. - **curve_changed** **(** **)**
  16. Member Variables
  17. ----------------
  18. .. _class_Path_curve:
  19. - :ref:`Curve3D<class_curve3d>` **curve**
  20. Description
  21. -----------
  22. 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.