summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2018-05-13 23:19:15 +0200
committerGitHub <noreply@github.com>2018-05-13 23:19:15 +0200
commitb01e1f04bf833c49abd47952bc62a871fd4b4287 (patch)
tree8ac8c00bfead3547e410ff4c2f506119c7a6e917 /doc/classes
parent55d71e68aa327311f2b9be27677c13f744ce811d (diff)
parent1bf7f8fcd13bf1662e961ab07b5799b5975491b3 (diff)
Merge pull request #18847 from clayjohn/doc_panorama_sky
Filled in Docs for Panorama Sky
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/PanoramaSky.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/PanoramaSky.xml b/doc/classes/PanoramaSky.xml
index eb288d13be..402e65c573 100644
--- a/doc/classes/PanoramaSky.xml
+++ b/doc/classes/PanoramaSky.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="PanoramaSky" inherits="Sky" category="Core" version="3.1">
<brief_description>
+ A type of [Sky] used to draw a background texture.
</brief_description>
<description>
+ 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.
</description>
<tutorials>
</tutorials>
@@ -12,6 +14,7 @@
</methods>
<members>
<member name="panorama" type="Texture" setter="set_panorama" getter="get_panorama">
+ [Texture] to be applied to the PanoramaSky.
</member>
</members>
<constants>