2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-04-01 12:33:56 +02:00
<class name= "PanoramaSky" inherits= "Sky" category= "Core" version= "3.2" >
2017-09-12 22:42:36 +02:00
<brief_description >
2018-05-13 22:39:37 +02:00
A type of [Sky] used to draw a background texture.
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2019-06-22 01:04:47 +02: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 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
2019-07-15 20:42:47 +02:00
<member name= "panorama" type= "Texture" setter= "set_panorama" getter= "get_panorama" >
2018-05-13 22:39:37 +02:00
[Texture] to be applied to the PanoramaSky.
2017-09-12 22:42:36 +02:00
</member>
</members>
<constants >
</constants>
</class>