2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2017-11-15 18:37:54 +01:00
|
|
|
<class name="Path" inherits="Spatial" category="Core" version="3.0-alpha">
|
2017-09-12 22:42:36 +02:00
|
|
|
<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>
|
|
|
|
<demos>
|
|
|
|
</demos>
|
|
|
|
<methods>
|
|
|
|
<method name="get_curve" qualifiers="const">
|
|
|
|
<return type="Curve3D">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
Returns the [Curve3D] contained.
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_curve">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="curve" type="Curve3D">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
Sets the [Curve3D].
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2017-09-13 08:49:40 +02:00
|
|
|
<member name="curve" type="Curve3D" setter="set_curve" getter="get_curve">
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|