Files
godot-docs/classes/class_sky.rst
2017-06-17 11:32:15 +02:00

55 lines
1.6 KiB
ReStructuredText

.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
.. _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_256** = **0**
- **RADIANCE_SIZE_512** = **1**
- **RADIANCE_SIZE_1024** = **2**
- **RADIANCE_SIZE_2048** = **3**
- **RADIANCE_SIZE_MAX** = **4**
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 **)**