class_csgsphere.rst 973 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the CSGSphere.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_CSGSphere:
  5. CSGSphere
  6. =========
  7. **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>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Member Variables
  12. ----------------
  13. .. _class_CSGSphere_material:
  14. - :ref:`Material<class_material>` **material**
  15. .. _class_CSGSphere_radial_segments:
  16. - :ref:`int<class_int>` **radial_segments**
  17. .. _class_CSGSphere_radius:
  18. - :ref:`float<class_float>` **radius**
  19. .. _class_CSGSphere_rings:
  20. - :ref:`int<class_int>` **rings**
  21. .. _class_CSGSphere_smooth_faces:
  22. - :ref:`bool<class_bool>` **smooth_faces**