2017-09-12 20:42:36 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-04-01 10:33:56 +00:00
<class name= "PanoramaSky" inherits= "Sky" category= "Core" version= "3.2" >
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 >
2018-05-13 20:39:37 +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 a equirectangular sky map instead of a cube map.
2017-09-12 20:42:36 +00:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
2017-09-13 06:49:40 +00:00
<member name= "panorama" type= "Texture" setter= "set_panorama" getter= "get_panorama" >
2018-05-13 20:39:37 +00:00
[Texture] to be applied to the PanoramaSky.
2017-09-12 20:42:36 +00:00
</member>
</members>
<constants >
</constants>
</class>