StreamTexture.xml 525 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="StreamTexture" inherits="Texture" category="Core" version="3.1">
  3. <brief_description>
  4. A .stex texture.
  5. </brief_description>
  6. <description>
  7. A texture that is loaded from a .stex file.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. </methods>
  15. <members>
  16. <member name="load_path" type="String" setter="load" getter="get_load_path">
  17. The StreamTexture's filepath to a .stex file.
  18. </member>
  19. </members>
  20. <constants>
  21. </constants>
  22. </class>