2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2018-02-27 13:40:43 +01:00
<class name= "PanoramaSky" inherits= "Sky" category= "Core" version= "3.1" >
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 >
2018-05-13 22:39:37 +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 a equirectangular sky map instead of a cube map.
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<demos >
</demos>
<methods >
</methods>
<members >
2017-09-13 08:49:40 +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>