Path.xml 643 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="Path" inherits="Spatial" category="Core" version="3.1">
  3. <brief_description>
  4. Container for a [Curve3D].
  5. </brief_description>
  6. <description>
  7. This class is a container/Node-ification of a [Curve3D], so it can have [Spatial] properties and [Node] info.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. </methods>
  15. <members>
  16. <member name="curve" type="Curve3D" setter="set_curve" getter="get_curve">
  17. </member>
  18. </members>
  19. <signals>
  20. <signal name="curve_changed">
  21. <description>
  22. </description>
  23. </signal>
  24. </signals>
  25. <constants>
  26. </constants>
  27. </class>