2017-09-12 20:42:36 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-02-01 01:03:48 +00:00
<class name= "PanoramaSky" inherits= "Sky" version= "4.0" >
2017-09-12 20:42:36 +00:00
<brief_description >
2018-05-13 20:39:37 +00:00
A type of [Sky] used to draw a background texture.
2017-09-12 20:42:36 +00:00
</brief_description>
<description >
2019-06-21 23:04:47 +00:00
A resource referenced in an [Environment] that is used to draw a background. The Panorama sky functions similar to skyboxes in other engines, except it uses an equirectangular sky map instead of a cube map.
2017-09-12 20:42:36 +00:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
2020-02-12 08:59:06 +00:00
<member name= "panorama" type= "Texture2D" setter= "set_panorama" getter= "get_panorama" >
[Texture2D] to be applied to the PanoramaSky.
2017-09-12 20:42:36 +00:00
</member>
</members>
<constants >
</constants>
</class>