StreamTexture.xml 948 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="StreamTexture" inherits="Texture" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. A [code].stex[/code] texture.
  5. </brief_description>
  6. <description>
  7. A texture that is loaded from a [code].stex[/code] file.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. <method name="load">
  13. <return type="int" enum="Error" />
  14. <argument index="0" name="path" type="String" />
  15. <description>
  16. Loads the texture from the given path.
  17. </description>
  18. </method>
  19. </methods>
  20. <members>
  21. <member name="flags" type="int" setter="set_flags" getter="get_flags" overrides="Texture" default="0" />
  22. <member name="load_path" type="String" setter="load" getter="get_load_path" default="&quot;&quot;">
  23. The StreamTexture's file path to a [code].stex[/code] file.
  24. </member>
  25. </members>
  26. <constants>
  27. </constants>
  28. </class>