2017-09-12 20:42:36 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2018-07-31 18:13:10 +00:00
<class name= "Path2D" inherits= "Node2D" category= "Core" version= "3.0.7" >
2017-09-12 20:42:36 +00:00
<brief_description >
2017-10-22 20:43:35 +00:00
Contains a [Curve2D] path for [PathFollow2D] nodes to follow.
2017-09-12 20:42:36 +00:00
</brief_description>
<description >
2017-10-22 20:43:35 +00:00
Can have [PathFollow2D] child-nodes moving along the [Curve2D]. See [PathFollow2D] for more information on this usage.
2019-04-30 20:32:02 +00: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 20:42:36 +00:00
</description>
<tutorials >
</tutorials>
<demos >
</demos>
<methods >
</methods>
<members >
2017-09-13 06:49:40 +00:00
<member name= "curve" type= "Curve2D" setter= "set_curve" getter= "get_curve" >
2017-10-22 20:43:35 +00:00
A [Curve2D] describing the path.
2017-09-12 20:42:36 +00:00
</member>
</members>
<constants >
</constants>
</class>