class_visualshadernodeparticleaccelerator.rst 2.7 KB

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