1234567891011121314151617181920212223242526272829303132333435363738 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the CSGBox.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_CSGBox:
- CSGBox
- ======
- **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_CSGBox_depth:
- - :ref:`float<class_float>` **depth**
- .. _class_CSGBox_height:
- - :ref:`float<class_float>` **height**
- .. _class_CSGBox_material:
- - :ref:`Material<class_material>` **material**
- .. _class_CSGBox_width:
- - :ref:`float<class_float>` **width**
|