25 lines
624 B
XML
25 lines
624 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="Path" inherits="Spatial" category="Core" version="3.2">
|
|
<brief_description>
|
|
Container for a [Curve3D].
|
|
</brief_description>
|
|
<description>
|
|
This class is a container/Node-ification of a [Curve3D], so it can have [Spatial] properties and [Node] info.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="curve" type="Curve3D" setter="set_curve" getter="get_curve">
|
|
</member>
|
|
</members>
|
|
<signals>
|
|
<signal name="curve_changed">
|
|
<description>
|
|
</description>
|
|
</signal>
|
|
</signals>
|
|
<constants>
|
|
</constants>
|
|
</class>
|