.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/Sky.xml. .. _class_Sky: Sky === **Inherits:** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +--------------------------------------------+--------------------------------------------------------+-------+ | :ref:`ProcessMode` | :ref:`process_mode` | ``0`` | +--------------------------------------------+--------------------------------------------------------+-------+ | :ref:`RadianceSize` | :ref:`radiance_size` | ``3`` | +--------------------------------------------+--------------------------------------------------------+-------+ | :ref:`Material` | :ref:`sky_material` | | +--------------------------------------------+--------------------------------------------------------+-------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_Sky_RadianceSize: .. rst-class:: classref-enumeration enum **RadianceSize**: .. _class_Sky_constant_RADIANCE_SIZE_32: .. rst-class:: classref-enumeration-constant :ref:`RadianceSize` **RADIANCE_SIZE_32** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Sky_constant_RADIANCE_SIZE_64: .. rst-class:: classref-enumeration-constant :ref:`RadianceSize` **RADIANCE_SIZE_64** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Sky_constant_RADIANCE_SIZE_128: .. rst-class:: classref-enumeration-constant :ref:`RadianceSize` **RADIANCE_SIZE_128** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Sky_constant_RADIANCE_SIZE_256: .. rst-class:: classref-enumeration-constant :ref:`RadianceSize` **RADIANCE_SIZE_256** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Sky_constant_RADIANCE_SIZE_512: .. rst-class:: classref-enumeration-constant :ref:`RadianceSize` **RADIANCE_SIZE_512** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Sky_constant_RADIANCE_SIZE_1024: .. rst-class:: classref-enumeration-constant :ref:`RadianceSize` **RADIANCE_SIZE_1024** = ``5`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Sky_constant_RADIANCE_SIZE_2048: .. rst-class:: classref-enumeration-constant :ref:`RadianceSize` **RADIANCE_SIZE_2048** = ``6`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Sky_constant_RADIANCE_SIZE_MAX: .. rst-class:: classref-enumeration-constant :ref:`RadianceSize` **RADIANCE_SIZE_MAX** = ``7`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_Sky_ProcessMode: .. rst-class:: classref-enumeration enum **ProcessMode**: .. _class_Sky_constant_PROCESS_MODE_AUTOMATIC: .. rst-class:: classref-enumeration-constant :ref:`ProcessMode` **PROCESS_MODE_AUTOMATIC** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Sky_constant_PROCESS_MODE_QUALITY: .. rst-class:: classref-enumeration-constant :ref:`ProcessMode` **PROCESS_MODE_QUALITY** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Sky_constant_PROCESS_MODE_INCREMENTAL: .. rst-class:: classref-enumeration-constant :ref:`ProcessMode` **PROCESS_MODE_INCREMENTAL** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Sky_constant_PROCESS_MODE_REALTIME: .. rst-class:: classref-enumeration-constant :ref:`ProcessMode` **PROCESS_MODE_REALTIME** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_Sky_property_process_mode: .. rst-class:: classref-property :ref:`ProcessMode` **process_mode** = ``0`` .. rst-class:: classref-property-setget - void **set_process_mode** **(** :ref:`ProcessMode` value **)** - :ref:`ProcessMode` **get_process_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Sky_property_radiance_size: .. rst-class:: classref-property :ref:`RadianceSize` **radiance_size** = ``3`` .. rst-class:: classref-property-setget - void **set_radiance_size** **(** :ref:`RadianceSize` value **)** - :ref:`RadianceSize` **get_radiance_size** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Sky_property_sky_material: .. rst-class:: classref-property :ref:`Material` **sky_material** .. rst-class:: classref-property-setget - void **set_material** **(** :ref:`Material` value **)** - :ref:`Material` **get_material** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`