class_sphereshape.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_SphereShape:
  4. SphereShape
  5. ===========
  6. **Inherits:** :ref:`Shape<class_shape>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +----------------------------+------------------------------------------------------------------------------------------------+
  13. | :ref:`float<class_float>` | :ref:`get_radius<class_SphereShape_get_radius>` **(** **)** const |
  14. +----------------------------+------------------------------------------------------------------------------------------------+
  15. | void | :ref:`set_radius<class_SphereShape_set_radius>` **(** :ref:`float<class_float>` radius **)** |
  16. +----------------------------+------------------------------------------------------------------------------------------------+
  17. Member Function Description
  18. ---------------------------
  19. .. _class_SphereShape_get_radius:
  20. - :ref:`float<class_float>` **get_radius** **(** **)** const
  21. .. _class_SphereShape_set_radius:
  22. - void **set_radius** **(** :ref:`float<class_float>` radius **)**