Files
godot-docs/classes/class_sphereshape.rst
T
Rémi Verschelde fa00c829f0 Add inheritance path
Also fix parsing of [method (Class.)name]
2016-02-08 18:31:35 +01:00

36 lines
1.2 KiB
ReStructuredText

.. _class_SphereShape:
SphereShape
===========
**Inherits:** :ref:`Shape<class_shape>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
**Category:** Core
Brief Description
-----------------
Member Functions
----------------
+----------------------------+------------------------------------------------------------------------------------------------+
| void | :ref:`set_radius<class_SphereShape_set_radius>` **(** :ref:`float<class_float>` radius **)** |
+----------------------------+------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`get_radius<class_SphereShape_get_radius>` **(** **)** const |
+----------------------------+------------------------------------------------------------------------------------------------+
Member Function Description
---------------------------
.. _class_SphereShape_set_radius:
- void **set_radius** **(** :ref:`float<class_float>` radius **)**
.. _class_SphereShape_get_radius:
- :ref:`float<class_float>` **get_radius** **(** **)** const