Path2D.xml 622 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="Path2D" inherits="Node2D" category="Core" version="3.1">
  3. <brief_description>
  4. Contains a [Curve2D] path for [PathFollow2D] nodes to follow.
  5. </brief_description>
  6. <description>
  7. Can have [PathFollow2D] child-nodes moving along the [Curve2D]. See [PathFollow2D] for more information on this usage.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. </methods>
  15. <members>
  16. <member name="curve" type="Curve2D" setter="set_curve" getter="get_curve">
  17. A [Curve2D] describing the path.
  18. </member>
  19. </members>
  20. <constants>
  21. </constants>
  22. </class>