PanoramaSky.xml 752 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="PanoramaSky" inherits="Sky" category="Core" version="3.0.alpha.custom_build">
  3. <brief_description>
  4. </brief_description>
  5. <description>
  6. </description>
  7. <tutorials>
  8. </tutorials>
  9. <demos>
  10. </demos>
  11. <methods>
  12. <method name="get_panorama" qualifiers="const">
  13. <return type="Texture">
  14. </return>
  15. <description>
  16. </description>
  17. </method>
  18. <method name="set_panorama">
  19. <return type="void">
  20. </return>
  21. <argument index="0" name="texture" type="Texture">
  22. </argument>
  23. <description>
  24. </description>
  25. </method>
  26. </methods>
  27. <members>
  28. <member name="panorama" type="Texture" setter="set_panorama" getter="get_panorama">
  29. </member>
  30. </members>
  31. <constants>
  32. </constants>
  33. </class>