class_capsuleshape.rst 793 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the CapsuleShape.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_CapsuleShape:
  5. CapsuleShape
  6. ============
  7. **Inherits:** :ref:`Shape<class_shape>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Capsule shape for collisions.
  12. Member Variables
  13. ----------------
  14. .. _class_CapsuleShape_height:
  15. - :ref:`float<class_float>` **height** - The capsule's height.
  16. .. _class_CapsuleShape_radius:
  17. - :ref:`float<class_float>` **radius** - The capsule's radius.
  18. Description
  19. -----------
  20. Capsule shape for collisions.