class_visualshadernodesample3d.rst 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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/VisualShaderNodeSample3D.xml.
  6. .. _class_VisualShaderNodeSample3D:
  7. VisualShaderNodeSample3D
  8. ========================
  9. **Inherits:** :ref:`VisualShaderNode<class_VisualShaderNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`VisualShaderNodeTexture2DArray<class_VisualShaderNodeTexture2DArray>`, :ref:`VisualShaderNodeTexture3D<class_VisualShaderNodeTexture3D>`
  11. A base node for nodes which samples 3D textures in the visual shader graph.
  12. .. rst-class:: classref-introduction-group
  13. Description
  14. -----------
  15. A virtual class, use the descendants instead.
  16. .. rst-class:: classref-reftable-group
  17. Properties
  18. ----------
  19. .. table::
  20. :widths: auto
  21. +-----------------------------------------------------+---------------------------------------------------------------+-------+
  22. | :ref:`Source<enum_VisualShaderNodeSample3D_Source>` | :ref:`source<class_VisualShaderNodeSample3D_property_source>` | ``0`` |
  23. +-----------------------------------------------------+---------------------------------------------------------------+-------+
  24. .. rst-class:: classref-section-separator
  25. ----
  26. .. rst-class:: classref-descriptions-group
  27. Enumerations
  28. ------------
  29. .. _enum_VisualShaderNodeSample3D_Source:
  30. .. rst-class:: classref-enumeration
  31. enum **Source**: :ref:`🔗<enum_VisualShaderNodeSample3D_Source>`
  32. .. _class_VisualShaderNodeSample3D_constant_SOURCE_TEXTURE:
  33. .. rst-class:: classref-enumeration-constant
  34. :ref:`Source<enum_VisualShaderNodeSample3D_Source>` **SOURCE_TEXTURE** = ``0``
  35. Creates internal uniform and provides a way to assign it within node.
  36. .. _class_VisualShaderNodeSample3D_constant_SOURCE_PORT:
  37. .. rst-class:: classref-enumeration-constant
  38. :ref:`Source<enum_VisualShaderNodeSample3D_Source>` **SOURCE_PORT** = ``1``
  39. Use the uniform texture from sampler port.
  40. .. _class_VisualShaderNodeSample3D_constant_SOURCE_MAX:
  41. .. rst-class:: classref-enumeration-constant
  42. :ref:`Source<enum_VisualShaderNodeSample3D_Source>` **SOURCE_MAX** = ``2``
  43. Represents the size of the :ref:`Source<enum_VisualShaderNodeSample3D_Source>` enum.
  44. .. rst-class:: classref-section-separator
  45. ----
  46. .. rst-class:: classref-descriptions-group
  47. Property Descriptions
  48. ---------------------
  49. .. _class_VisualShaderNodeSample3D_property_source:
  50. .. rst-class:: classref-property
  51. :ref:`Source<enum_VisualShaderNodeSample3D_Source>` **source** = ``0`` :ref:`🔗<class_VisualShaderNodeSample3D_property_source>`
  52. .. rst-class:: classref-property-setget
  53. - |void| **set_source**\ (\ value\: :ref:`Source<enum_VisualShaderNodeSample3D_Source>`\ )
  54. - :ref:`Source<enum_VisualShaderNodeSample3D_Source>` **get_source**\ (\ )
  55. An input source type.
  56. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  57. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  58. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  59. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  60. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  61. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  62. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
  63. .. |void| replace:: :abbr:`void (No return value.)`