class_curvexyztexture.rst 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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 CurveXYZTexture.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_CurveXYZTexture:
  6. CurveXYZTexture
  7. ===============
  8. **Inherits:** :ref:`Texture2D<class_Texture2D>` **<** :ref:`Texture<class_Texture>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  9. Properties
  10. ----------
  11. +---------------------------+--------------------------------------------------------+---------+
  12. | :ref:`Curve<class_Curve>` | :ref:`curve_x<class_CurveXYZTexture_property_curve_x>` | |
  13. +---------------------------+--------------------------------------------------------+---------+
  14. | :ref:`Curve<class_Curve>` | :ref:`curve_y<class_CurveXYZTexture_property_curve_y>` | |
  15. +---------------------------+--------------------------------------------------------+---------+
  16. | :ref:`Curve<class_Curve>` | :ref:`curve_z<class_CurveXYZTexture_property_curve_z>` | |
  17. +---------------------------+--------------------------------------------------------+---------+
  18. | :ref:`int<class_int>` | :ref:`width<class_CurveXYZTexture_property_width>` | ``256`` |
  19. +---------------------------+--------------------------------------------------------+---------+
  20. Property Descriptions
  21. ---------------------
  22. .. _class_CurveXYZTexture_property_curve_x:
  23. - :ref:`Curve<class_Curve>` **curve_x**
  24. +----------+--------------------+
  25. | *Setter* | set_curve_x(value) |
  26. +----------+--------------------+
  27. | *Getter* | get_curve_x() |
  28. +----------+--------------------+
  29. ----
  30. .. _class_CurveXYZTexture_property_curve_y:
  31. - :ref:`Curve<class_Curve>` **curve_y**
  32. +----------+--------------------+
  33. | *Setter* | set_curve_y(value) |
  34. +----------+--------------------+
  35. | *Getter* | get_curve_y() |
  36. +----------+--------------------+
  37. ----
  38. .. _class_CurveXYZTexture_property_curve_z:
  39. - :ref:`Curve<class_Curve>` **curve_z**
  40. +----------+--------------------+
  41. | *Setter* | set_curve_z(value) |
  42. +----------+--------------------+
  43. | *Getter* | get_curve_z() |
  44. +----------+--------------------+
  45. ----
  46. .. _class_CurveXYZTexture_property_width:
  47. - :ref:`int<class_int>` **width**
  48. +-----------+------------------+
  49. | *Default* | ``256`` |
  50. +-----------+------------------+
  51. | *Setter* | set_width(value) |
  52. +-----------+------------------+
  53. | *Getter* | get_width() |
  54. +-----------+------------------+
  55. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  56. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  57. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  58. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  59. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  60. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`