mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
55 lines
1.6 KiB
ReStructuredText
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 **)**
|
|
|
|
|