2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 12:33:56 +02:00
|
|
|
<class name="CapsuleShape" inherits="Shape" category="Core" version="3.2">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2017-09-17 06:06:58 +02:00
|
|
|
Capsule shape for collisions.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-09-17 06:06:58 +02:00
|
|
|
Capsule shape for collisions.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="height" type="float" setter="set_height" getter="get_height" default="1.0">
|
2017-09-17 06:06:58 +02:00
|
|
|
The capsule's height.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="radius" type="float" setter="set_radius" getter="get_radius" default="1.0">
|
2017-09-17 06:06:58 +02:00
|
|
|
The capsule's radius.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|