class_visualshadernodeparticleaccelerator.rst 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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 VisualShaderNodeParticleAccelerator.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_VisualShaderNodeParticleAccelerator:
  6. VisualShaderNodeParticleAccelerator
  7. ===================================
  8. **Inherits:** :ref:`VisualShaderNode<class_VisualShaderNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  9. Properties
  10. ----------
  11. +------------------------------------------------------------+----------------------------------------------------------------------+-------+
  12. | :ref:`Mode<enum_VisualShaderNodeParticleAccelerator_Mode>` | :ref:`mode<class_VisualShaderNodeParticleAccelerator_property_mode>` | ``0`` |
  13. +------------------------------------------------------------+----------------------------------------------------------------------+-------+
  14. Enumerations
  15. ------------
  16. .. _enum_VisualShaderNodeParticleAccelerator_Mode:
  17. .. _class_VisualShaderNodeParticleAccelerator_constant_MODE_LINEAR:
  18. .. _class_VisualShaderNodeParticleAccelerator_constant_MODE_RADIAL:
  19. .. _class_VisualShaderNodeParticleAccelerator_constant_MODE_TANGENTIAL:
  20. .. _class_VisualShaderNodeParticleAccelerator_constant_MODE_MAX:
  21. enum **Mode**:
  22. - **MODE_LINEAR** = **0**
  23. - **MODE_RADIAL** = **1**
  24. - **MODE_TANGENTIAL** = **2**
  25. - **MODE_MAX** = **3** --- Represents the size of the :ref:`Mode<enum_VisualShaderNodeParticleAccelerator_Mode>` enum.
  26. Property Descriptions
  27. ---------------------
  28. .. _class_VisualShaderNodeParticleAccelerator_property_mode:
  29. - :ref:`Mode<enum_VisualShaderNodeParticleAccelerator_Mode>` **mode**
  30. +-----------+-----------------+
  31. | *Default* | ``0`` |
  32. +-----------+-----------------+
  33. | *Setter* | set_mode(value) |
  34. +-----------+-----------------+
  35. | *Getter* | get_mode() |
  36. +-----------+-----------------+
  37. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  38. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  39. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  40. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  41. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  42. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`