d516aab8fa
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
21 lines
548 B
XML
21 lines
548 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="Path" inherits="Spatial" category="Core" version="3.0-stable">
|
|
<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>
|