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).
25 lines
618 B
XML
25 lines
618 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="CapsuleShape" inherits="Shape" category="Core" version="3.0-stable">
|
|
<brief_description>
|
|
Capsule shape for collisions.
|
|
</brief_description>
|
|
<description>
|
|
Capsule shape for collisions.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<demos>
|
|
</demos>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="height" type="float" setter="set_height" getter="get_height">
|
|
The capsule's height.
|
|
</member>
|
|
<member name="radius" type="float" setter="set_radius" getter="get_radius">
|
|
The capsule's radius.
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|