summaryrefslogtreecommitdiff
path: root/doc/classes/Path.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Path.xml')
-rw-r--r--doc/classes/Path.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/classes/Path.xml b/doc/classes/Path.xml
new file mode 100644
index 0000000000..fa4edf81e4
--- /dev/null
+++ b/doc/classes/Path.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<class name="Path" inherits="Spatial" category="Core" version="3.0.alpha.custom_build">
+ <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>
+ <member name="curve" type="Curve3D" setter="set_curve" getter="get_curve" brief="">
+ </member>
+ </members>
+ <constants>
+ </constants>
+</class>