class_compressedtexturelayered.rst 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the CompressedTextureLayered.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_CompressedTextureLayered:
  6. CompressedTextureLayered
  7. ========================
  8. **Inherits:** :ref:`TextureLayered<class_TextureLayered>` **<** :ref:`Texture<class_Texture>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  9. **Inherited By:** :ref:`CompressedCubemap<class_CompressedCubemap>`, :ref:`CompressedCubemapArray<class_CompressedCubemapArray>`, :ref:`CompressedTexture2DArray<class_CompressedTexture2DArray>`
  10. Properties
  11. ----------
  12. +-----------------------------+---------------------------------------------------------------------+--------+
  13. | :ref:`String<class_String>` | :ref:`load_path<class_CompressedTextureLayered_property_load_path>` | ``""`` |
  14. +-----------------------------+---------------------------------------------------------------------+--------+
  15. Methods
  16. -------
  17. +---------------------------------------+------------------------------------------------------------------------------------------------------+
  18. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`load<class_CompressedTextureLayered_method_load>` **(** :ref:`String<class_String>` path **)** |
  19. +---------------------------------------+------------------------------------------------------------------------------------------------------+
  20. Property Descriptions
  21. ---------------------
  22. .. _class_CompressedTextureLayered_property_load_path:
  23. - :ref:`String<class_String>` **load_path**
  24. +-----------+-----------------+
  25. | *Default* | ``""`` |
  26. +-----------+-----------------+
  27. | *Setter* | load(value) |
  28. +-----------+-----------------+
  29. | *Getter* | get_load_path() |
  30. +-----------+-----------------+
  31. Method Descriptions
  32. -------------------
  33. .. _class_CompressedTextureLayered_method_load:
  34. - :ref:`Error<enum_@GlobalScope_Error>` **load** **(** :ref:`String<class_String>` path **)**
  35. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  36. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  37. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  38. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  39. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  40. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`