PanoramaSky.xml 719 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="PanoramaSky" inherits="Sky" category="Core" version="3.1">
  3. <brief_description>
  4. A type of [Sky] used to draw a background texture.
  5. </brief_description>
  6. <description>
  7. 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.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. </methods>
  15. <members>
  16. <member name="panorama" type="Texture" setter="set_panorama" getter="get_panorama">
  17. [Texture] to be applied to the PanoramaSky.
  18. </member>
  19. </members>
  20. <constants>
  21. </constants>
  22. </class>