Path.xml 988 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="Path" inherits="Spatial" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Contains a [Curve3D] path for [PathFollow] nodes to follow.
  5. </brief_description>
  6. <description>
  7. Can have [PathFollow] child nodes moving along the [Curve3D]. See [PathFollow] for more information on the usage.
  8. Note that the path is considered as relative to the moved nodes (children of [PathFollow]). As such, the curve should usually start with a zero vector [code](0, 0, 0)[/code].
  9. </description>
  10. <tutorials>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <members>
  15. <member name="curve" type="Curve3D" setter="set_curve" getter="get_curve">
  16. A [Curve3D] describing the path.
  17. </member>
  18. </members>
  19. <signals>
  20. <signal name="curve_changed">
  21. <description>
  22. Emitted when the [member curve] changes.
  23. </description>
  24. </signal>
  25. </signals>
  26. <constants>
  27. </constants>
  28. </class>