class_compressedtexture3d.rst 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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/CompressedTexture3D.xml.
  6. .. _class_CompressedTexture3D:
  7. CompressedTexture3D
  8. ===================
  9. **Inherits:** :ref:`Texture3D<class_Texture3D>` **<** :ref:`Texture<class_Texture>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Properties
  11. ----------
  12. +-----------------------------+----------------------------------------------------------------+--------+
  13. | :ref:`String<class_String>` | :ref:`load_path<class_CompressedTexture3D_property_load_path>` | ``""`` |
  14. +-----------------------------+----------------------------------------------------------------+--------+
  15. Methods
  16. -------
  17. +---------------------------------------+-------------------------------------------------------------------------------------------------+
  18. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`load<class_CompressedTexture3D_method_load>` **(** :ref:`String<class_String>` path **)** |
  19. +---------------------------------------+-------------------------------------------------------------------------------------------------+
  20. Property Descriptions
  21. ---------------------
  22. .. _class_CompressedTexture3D_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_CompressedTexture3D_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.)`