class_proxytexture.rst 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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/3.6/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/3.6/doc/classes/ProxyTexture.xml.
  6. .. _class_ProxyTexture:
  7. ProxyTexture
  8. ============
  9. **Inherits:** :ref:`Texture<class_Texture>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Properties
  14. ----------
  15. .. table::
  16. :widths: auto
  17. +-------------------------------+-----------------------------------------------+----------------------------------------------------------------+
  18. | :ref:`Texture<class_Texture>` | :ref:`base<class_ProxyTexture_property_base>` | |
  19. +-------------------------------+-----------------------------------------------+----------------------------------------------------------------+
  20. | :ref:`int<class_int>` | flags | ``0`` (overrides :ref:`Texture<class_Texture_property_flags>`) |
  21. +-------------------------------+-----------------------------------------------+----------------------------------------------------------------+
  22. .. rst-class:: classref-section-separator
  23. ----
  24. .. rst-class:: classref-descriptions-group
  25. Property Descriptions
  26. ---------------------
  27. .. _class_ProxyTexture_property_base:
  28. .. rst-class:: classref-property
  29. :ref:`Texture<class_Texture>` **base**
  30. .. rst-class:: classref-property-setget
  31. - void **set_base** **(** :ref:`Texture<class_Texture>` value **)**
  32. - :ref:`Texture<class_Texture>` **get_base** **(** **)**
  33. .. container:: contribute
  34. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  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. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`