diff options
author | clayjohn <clayjohn@shaw.ca> | 2018-05-13 13:39:37 -0700 |
---|---|---|
committer | clayjohn <clayjohn@shaw.ca> | 2018-05-13 13:56:34 -0700 |
commit | 1bf7f8fcd13bf1662e961ab07b5799b5975491b3 (patch) | |
tree | 8ac8c00bfead3547e410ff4c2f506119c7a6e917 /doc/classes | |
parent | 55d71e68aa327311f2b9be27677c13f744ce811d (diff) |
filled in docs for panorama sky
filled in docs for panorama sky
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/PanoramaSky.xml | 3 |
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> |