class_streamtexture.rst 737 B

1234567891011121314151617181920212223242526272829303132
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the StreamTexture.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_StreamTexture:
  5. StreamTexture
  6. =============
  7. **Inherits:** :ref:`Texture<class_texture>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. A .stex texture.
  12. Member Variables
  13. ----------------
  14. .. _class_StreamTexture_load_path:
  15. - :ref:`String<class_string>` **load_path** - The StreamTexture's filepath to a .stex file.
  16. Description
  17. -----------
  18. A texture that is loaded from a .stex file.