mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with changes from godotengine/godot#24640
This commit is contained in:
@@ -19,11 +19,11 @@ Capsule shape for collisions.
|
||||
Properties
|
||||
----------
|
||||
|
||||
+---------------------------+------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`height<class_CapsuleShape_height>` |
|
||||
+---------------------------+------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`radius<class_CapsuleShape_radius>` |
|
||||
+---------------------------+------------------------------------------+
|
||||
+---------------------------+---------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`height<class_CapsuleShape_property_height>` |
|
||||
+---------------------------+---------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`radius<class_CapsuleShape_property_radius>` |
|
||||
+---------------------------+---------------------------------------------------+
|
||||
|
||||
Description
|
||||
-----------
|
||||
@@ -33,7 +33,7 @@ Capsule shape for collisions.
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
.. _class_CapsuleShape_height:
|
||||
.. _class_CapsuleShape_property_height:
|
||||
|
||||
- :ref:`float<class_float>` **height**
|
||||
|
||||
@@ -45,7 +45,7 @@ Property Descriptions
|
||||
|
||||
The capsule's height.
|
||||
|
||||
.. _class_CapsuleShape_radius:
|
||||
.. _class_CapsuleShape_property_radius:
|
||||
|
||||
- :ref:`float<class_float>` **radius**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user