class_sphereshape.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the SphereShape.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_SphereShape:
  5. SphereShape
  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. Member Functions
  12. ----------------
  13. +----------------------------+------------------------------------------------------------------------------------------------+
  14. | :ref:`float<class_float>` | :ref:`get_radius<class_SphereShape_get_radius>` **(** **)** const |
  15. +----------------------------+------------------------------------------------------------------------------------------------+
  16. | void | :ref:`set_radius<class_SphereShape_set_radius>` **(** :ref:`float<class_float>` radius **)** |
  17. +----------------------------+------------------------------------------------------------------------------------------------+
  18. Member Variables
  19. ----------------
  20. - :ref:`float<class_float>` **radius**
  21. Member Function Description
  22. ---------------------------
  23. .. _class_SphereShape_get_radius:
  24. - :ref:`float<class_float>` **get_radius** **(** **)** const
  25. .. _class_SphereShape_set_radius:
  26. - void **set_radius** **(** :ref:`float<class_float>` radius **)**