class_placeholdertexturelayered.rst 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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/PlaceholderTextureLayered.xml.
  6. .. _class_PlaceholderTextureLayered:
  7. PlaceholderTextureLayered
  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:`PlaceholderCubemap<class_PlaceholderCubemap>`, :ref:`PlaceholderCubemapArray<class_PlaceholderCubemapArray>`, :ref:`PlaceholderTexture2DArray<class_PlaceholderTexture2DArray>`
  11. Properties
  12. ----------
  13. +---------------------------------+----------------------------------------------------------------+--------------------+
  14. | :ref:`int<class_int>` | :ref:`layers<class_PlaceholderTextureLayered_property_layers>` | ``1`` |
  15. +---------------------------------+----------------------------------------------------------------+--------------------+
  16. | :ref:`Vector2i<class_Vector2i>` | :ref:`size<class_PlaceholderTextureLayered_property_size>` | ``Vector2i(1, 1)`` |
  17. +---------------------------------+----------------------------------------------------------------+--------------------+
  18. Property Descriptions
  19. ---------------------
  20. .. _class_PlaceholderTextureLayered_property_layers:
  21. - :ref:`int<class_int>` **layers**
  22. +-----------+-------------------+
  23. | *Default* | ``1`` |
  24. +-----------+-------------------+
  25. | *Setter* | set_layers(value) |
  26. +-----------+-------------------+
  27. | *Getter* | get_layers() |
  28. +-----------+-------------------+
  29. ----
  30. .. _class_PlaceholderTextureLayered_property_size:
  31. - :ref:`Vector2i<class_Vector2i>` **size**
  32. +-----------+--------------------+
  33. | *Default* | ``Vector2i(1, 1)`` |
  34. +-----------+--------------------+
  35. | *Setter* | set_size(value) |
  36. +-----------+--------------------+
  37. | *Getter* | get_size() |
  38. +-----------+--------------------+
  39. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  40. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  41. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  42. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  43. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  44. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`