2017-09-13 04:42:36 +08:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-07-06 16:08:05 +08:00
<class name= "Path3D" inherits= "Node3D" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-13 04:42:36 +08:00
<brief_description >
2020-03-31 00:22:57 +08:00
Contains a [Curve3D] path for [PathFollow3D] nodes to follow.
2017-09-13 04:42:36 +08:00
</brief_description>
<description >
2020-03-31 00:22:57 +08:00
Can have [PathFollow3D] child nodes moving along the [Curve3D]. See [PathFollow3D] for more information on the usage.
Note that the path is considered as relative to the moved nodes (children of [PathFollow3D]). As such, the curve should usually start with a zero vector [code](0, 0, 0)[/code].
2017-09-13 04:42:36 +08:00
</description>
<tutorials >
</tutorials>
<members >
2019-07-16 02:42:47 +08:00
<member name= "curve" type= "Curve3D" setter= "set_curve" getter= "get_curve" >
2019-06-26 21:57:13 +08:00
A [Curve3D] describing the path.
2017-09-13 04:42:36 +08:00
</member>
</members>
2018-05-12 15:38:00 +08:00
<signals >
<signal name= "curve_changed" >
<description >
2019-06-26 21:57:13 +08:00
Emitted when the [member curve] changes.
2018-05-12 15:38:00 +08:00
</description>
</signal>
</signals>
2017-09-13 04:42:36 +08:00
</class>