summaryrefslogtreecommitdiff
path: root/doc/classes/Path.xml
blob: 8138a92dccb63cd77af0563e77e2f09838b5d3b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" ?>
<class name="Path" inherits="Spatial" category="Core" version="3.0-alpha">
	<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">
		</member>
	</members>
	<constants>
	</constants>
</class>