12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the Sky.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_Sky:
- Sky
- ===
- **Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Inherited By:** :ref:`PanoramaSky<class_panoramasky>`, :ref:`ProceduralSky<class_proceduralsky>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +------------------------+------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_radiance_size<class_Sky_get_radiance_size>` **(** **)** const |
- +------------------------+------------------------------------------------------------------------------------------------+
- | void | :ref:`set_radiance_size<class_Sky_set_radiance_size>` **(** :ref:`int<class_int>` size **)** |
- +------------------------+------------------------------------------------------------------------------------------------+
- Member Variables
- ----------------
- - :ref:`int<class_int>` **radiance_size**
- Numeric Constants
- -----------------
- - **RADIANCE_SIZE_32** = **0**
- - **RADIANCE_SIZE_64** = **1**
- - **RADIANCE_SIZE_128** = **2**
- - **RADIANCE_SIZE_256** = **3**
- - **RADIANCE_SIZE_512** = **4**
- - **RADIANCE_SIZE_1024** = **5**
- - **RADIANCE_SIZE_2048** = **6**
- - **RADIANCE_SIZE_MAX** = **7**
- Member Function Description
- ---------------------------
- .. _class_Sky_get_radiance_size:
- - :ref:`int<class_int>` **get_radiance_size** **(** **)** const
- .. _class_Sky_set_radiance_size:
- - void **set_radiance_size** **(** :ref:`int<class_int>` size **)**
|