class_compressedtexture3d.rst 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 CompressedTexture3D.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_CompressedTexture3D:
  6. CompressedTexture3D
  7. ===================
  8. **Inherits:** :ref:`Texture3D<class_Texture3D>` **<** :ref:`Texture<class_Texture>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  9. Properties
  10. ----------
  11. +-----------------------------+----------------------------------------------------------------+--------+
  12. | :ref:`String<class_String>` | :ref:`load_path<class_CompressedTexture3D_property_load_path>` | ``""`` |
  13. +-----------------------------+----------------------------------------------------------------+--------+
  14. Methods
  15. -------
  16. +---------------------------------------+-------------------------------------------------------------------------------------------------+
  17. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`load<class_CompressedTexture3D_method_load>` **(** :ref:`String<class_String>` path **)** |
  18. +---------------------------------------+-------------------------------------------------------------------------------------------------+
  19. Property Descriptions
  20. ---------------------
  21. .. _class_CompressedTexture3D_property_load_path:
  22. - :ref:`String<class_String>` **load_path**
  23. +-----------+-----------------+
  24. | *Default* | ``""`` |
  25. +-----------+-----------------+
  26. | *Setter* | load(value) |
  27. +-----------+-----------------+
  28. | *Getter* | get_load_path() |
  29. +-----------+-----------------+
  30. Method Descriptions
  31. -------------------
  32. .. _class_CompressedTexture3D_method_load:
  33. - :ref:`Error<enum_@GlobalScope_Error>` **load** **(** :ref:`String<class_String>` path **)**
  34. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  35. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  36. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  37. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  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.)`
  39. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`