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= "Path" inherits= "Spatial" category= "Core" version= "3.2" >
2017-09-12 22:42:36 +02:00
<brief_description >
2019-06-26 15:57:13 +02:00
Contains a [Curve3D] path for [PathFollow] nodes to follow.
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2019-06-26 15:57:13 +02:00
Can have [PathFollow] child nodes moving along the [Curve3D]. See [PathFollow] for more information on the usage.
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].
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
2019-07-15 20:42:47 +02:00
<member name= "curve" type= "Curve3D" setter= "set_curve" getter= "get_curve" >
2019-06-26 15:57:13 +02:00
A [Curve3D] describing the path.
2017-09-12 22:42:36 +02:00
</member>
</members>
2018-05-12 09:38:00 +02:00
<signals >
<signal name= "curve_changed" >
<description >
2019-06-26 15:57:13 +02:00
Emitted when the [member curve] changes.
2018-05-12 09:38:00 +02:00
</description>
</signal>
</signals>
2017-09-12 22:42:36 +02:00
<constants >
</constants>
</class>