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 >
2019-06-22 01:04:47 +02:00
Can have [PathFollow2D] child nodes moving along the [Curve2D]. See [PathFollow2D] for more information on usage.
[b]Note:[/b] The path is considered as relative to the moved nodes (children of [PathFollow2D]). As such, the curve should usually start with a zero vector ([code](0, 0)[/code]).
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
2019-06-29 12:38:01 +02:00
<member name= "curve" type= "Curve2D" setter= "set_curve" getter= "get_curve" default= "Object(Curve2D,"resource_local_to_scene":false,"resource_name":"","bake_interval":5.0,"_data":{
" points" : PoolVector2Array( )
}," script" :null)
">
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>