2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-04-01 12:33:56 +02:00
<class name= "Path2D" inherits= "Node2D" category= "Core" version= "3.2" >
2017-09-12 22:42:36 +02:00
<brief_description >
2017-10-22 22:43:35 +02:00
Contains a [Curve2D] path for [PathFollow2D] nodes to follow.
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2017-10-22 22:43:35 +02:00
Can have [PathFollow2D] child-nodes moving along the [Curve2D]. See [PathFollow2D] for more information on this usage.
2019-04-30 22:32:02 +02:00
Note that the path is considered as relative to the moved nodes (children of [PathFollow2D]) - usually the curve should start with a zero vector (0, 0).
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
2017-09-13 08:49:40 +02:00
<member name= "curve" type= "Curve2D" setter= "set_curve" getter= "get_curve" >
2017-10-22 22:43:35 +02:00
A [Curve2D] describing the path.
2017-09-12 22:42:36 +02:00
</member>
</members>
<constants >
</constants>
</class>