class_imagetexturelayered.rst 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ImageTextureLayered.xml.
  6. .. _class_ImageTextureLayered:
  7. ImageTextureLayered
  8. ===================
  9. **Inherits:** :ref:`TextureLayered<class_TextureLayered>` **<** :ref:`Texture<class_Texture>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`Cubemap<class_Cubemap>`, :ref:`CubemapArray<class_CubemapArray>`, :ref:`Texture2DArray<class_Texture2DArray>`
  11. Methods
  12. -------
  13. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
  14. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`create_from_images<class_ImageTextureLayered_method_create_from_images>` **(** :ref:`Array<class_Array>` images **)** |
  15. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
  16. | void | :ref:`update_layer<class_ImageTextureLayered_method_update_layer>` **(** :ref:`Image<class_Image>` image, :ref:`int<class_int>` layer **)** |
  17. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
  18. Method Descriptions
  19. -------------------
  20. .. _class_ImageTextureLayered_method_create_from_images:
  21. - :ref:`Error<enum_@GlobalScope_Error>` **create_from_images** **(** :ref:`Array<class_Array>` images **)**
  22. ----
  23. .. _class_ImageTextureLayered_method_update_layer:
  24. - void **update_layer** **(** :ref:`Image<class_Image>` image, :ref:`int<class_int>` layer **)**
  25. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  26. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  27. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  28. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  29. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  30. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`