123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the CSGSphere.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_CSGSphere:
- CSGSphere
- =========
- **Inherits:** :ref:`CSGPrimitive<class_csgprimitive>` **<** :ref:`CSGShape<class_csgshape>` **<** :ref:`VisualInstance<class_visualinstance>` **<** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Variables
- ----------------
- .. _class_CSGSphere_material:
- - :ref:`Material<class_material>` **material**
- .. _class_CSGSphere_radial_segments:
- - :ref:`int<class_int>` **radial_segments**
- .. _class_CSGSphere_radius:
- - :ref:`float<class_float>` **radius**
- .. _class_CSGSphere_rings:
- - :ref:`int<class_int>` **rings**
- .. _class_CSGSphere_smooth_faces:
- - :ref:`bool<class_bool>` **smooth_faces**
|