aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorclayjohn2018-05-13 13:39:37 -0700
committerHein-Pieter van Braam2018-06-01 17:56:24 +0200
commit02b1586de2043b4f36d3119c36f4d72e69cf4cd4 (patch)
treeea491e1e8225c58648ef36ebe23518edb58f3c0e /doc
parenta2a136ea02d448519c00e93d647795291d0c98d8 (diff)
downloadgodot-02b1586de2043b4f36d3119c36f4d72e69cf4cd4.tar.gz
godot-02b1586de2043b4f36d3119c36f4d72e69cf4cd4.tar.zst
godot-02b1586de2043b4f36d3119c36f4d72e69cf4cd4.zip
filled in docs for panorama sky
filled in docs for panorama sky (cherry picked from commit 1bf7f8fcd13bf1662e961ab07b5799b5975491b3)
Diffstat (limited to '')
-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 64c48bf47..717d30099 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.0.2">
<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>