summaryrefslogtreecommitdiff
path: root/doc/classes/Path.xml
blob: a5e690e1214f5e02c9f378bd697966a8b9910b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" ?>
<class name="Path" inherits="Spatial" category="Core" version="3.0-beta">
	<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>
	</methods>
	<members>
		<member name="curve" type="Curve3D" setter="set_curve" getter="get_curve">
		</member>
	</members>
	<constants>
	</constants>
</class>